Skip to content

Commit

Permalink
Bump humanize to work-around pypa/setuptools#4519 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbz authored Sep 3, 2024
1 parent 2c46a76 commit 0bb3503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
"boto3>=1.9.23,<2.0",
"botocore>=1.31.62,<2.0",
"humanize>=0.5.1,<0.6",
"humanize>=4.0,<5.0",
"psycopg2>=2.7.5,<3.0",
"PyYAML>=5.4,<7.0",
"tqdm>=4.26.0,<5.0",
Expand Down

0 comments on commit 0bb3503

Please sign in to comment.