Skip to content

Commit

Permalink
minimal requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Sep 23, 2022
1 parent d866e4c commit d6a6257
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 @@ -36,7 +36,7 @@ def version():
author="Aleph Alpha",
author_email="[email protected]",
packages=["aleph_alpha_client"],
install_requires=["requests"],
install_requires=["requests >= 2.28"],
tests_require=tests_require,
extras_require={"test": tests_require, "types": types_require, "dev": dev_require},
license="MIT",
Expand Down

0 comments on commit d6a6257

Please sign in to comment.