We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31d286 commit 44555f6Copy full SHA for 44555f6
setup.py
@@ -53,6 +53,10 @@
53
"pytest >= 6, != 7.0.0",
54
"pytest-xdist >= 2",
55
],
56
+ "dev":
57
+ [
58
+ "twine",
59
+ ],
60
"linting":
61
[
62
"black",
0 commit comments