Skip to content

Commit d458a10

Browse files
committed
Update requirements-dev.txt
1 parent 3f1ab56 commit d458a10

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

requirements-dev.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
pytest # tests
2-
pylint # style
3-
coverage # coverage
1+
pytest==5.* # tests
2+
pylint==2.* # style
3+
coverage==5.* # coverage
4+
twine==3.* # pypi tools
5+
setuptools # packaging
6+
wheel # packaging

0 commit comments

Comments
 (0)