This commit is contained in:
Ben Banfield-Zanin 2024-09-03 18:50:40 +01:00 committed by GitHub
parent 2c46a764f7
commit 0bb350392b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ setup(
install_requires=[ install_requires=[
"boto3>=1.9.23,<2.0", "boto3>=1.9.23,<2.0",
"botocore>=1.31.62,<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", "psycopg2>=2.7.5,<3.0",
"PyYAML>=5.4,<7.0", "PyYAML>=5.4,<7.0",
"tqdm>=4.26.0,<5.0", "tqdm>=4.26.0,<5.0",