Skip to content

Commit

Permalink
fix install_requires urllib3 (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydc-0 committed Dec 26, 2023
1 parent a9af9d6 commit 8d172ff
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 @@ -43,7 +43,7 @@
long_description_content_type="text/markdown",
package_dir={"minio": "minio"},
packages=["minio", "minio.credentials"],
install_requires=["certifi", "urllib3", "argon2-cffi",
install_requires=["certifi", "urllib3>=2.0", "argon2-cffi",
"pycryptodome", "typing-extensions"],
tests_require=[],
license="Apache-2.0",
Expand Down

0 comments on commit 8d172ff

Please sign in to comment.