We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1ab56 commit d458a10Copy full SHA for d458a10
requirements-dev.txt
@@ -1,3 +1,6 @@
1
-pytest # tests
2
-pylint # style
3
-coverage # coverage
+pytest==5.* # tests
+pylint==2.* # style
+coverage==5.* # coverage
4
+twine==3.* # pypi tools
5
+setuptools # packaging
6
+wheel # packaging
0 commit comments