Skip to content

Commit 77e61f0

Browse files
committed
Update requirements-dev.txt
Twine 3 isn't available for Python 3.5
1 parent 3940599 commit 77e61f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==5.* # tests
22
pylint==2.* # style
33
coverage==5.* # coverage
4-
twine==3.* # pypi tools
4+
twine # pypi tools
55
setuptools # packaging
66
wheel # packaging

0 commit comments

Comments
 (0)