Skip to content

Commit

Permalink
fix twine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Škoda committed Aug 9, 2024
1 parent aab8d57 commit 5030bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ flake8==3.7.8
tox==3.26.0
coverage==4.5.4
Sphinx==5.2.3
twine==5.1.1
twine==5.1.1; python_version >= '3.8'
twine==4.0.2; python_version < '3.8'
# Click==7.1.2
pytest==7.1.3
pytest-benchmark==4.0.0
Expand Down

0 comments on commit 5030bfb

Please sign in to comment.