Skip to content

Commit

Permalink
Relax requests version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Jun 16, 2023
1 parent 3dee02a commit 193922b
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 @@ -10,7 +10,7 @@
version=version_data['__version__'],
packages=find_packages(exclude=["tests", "*tests.*", "*tests"]),
python_requires=">=3.7",
install_requires=["requests>=2.28.1,<2.29.0"],
install_requires=["requests>=2.28.1,<3"],
extras_require={"dev": ["pytest", "pytest-cov", "pytest-xdist", "pytest-mock",
"yapf", "pycodestyle", "autoflake", "isort", "wheel"]},
author="Serge Smertin",
Expand Down

0 comments on commit 193922b

Please sign in to comment.