Skip to content

Commit

Permalink
update requirements threshold to support python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Apr 27, 2024
1 parent 01bec64 commit 131d500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests==2.31.0
setuptools==69.5.1
wheel==0.43.0
twine==5.0.0
setuptools>=69.5.1
wheel>=0.35.0
twine>=5.0.0
vulture>=1.0
bandit>=1.5.1
pydocstyle>=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=1.0.0
setuptools>=40.8.0
wheel>=0.40.0
wheel>=0.35.0
twine>=4.0.0

0 comments on commit 131d500

Please sign in to comment.