Skip to content

Commit

Permalink
Update requests version required by the TO Python client (#6020)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlinp committed Jul 13, 2021
1 parent 87dc34b commit 020ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_control/clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=[
"future>=0.16.0",
"requests>=2.13.0",
"requests>=2.26.0",
"munch>=2.1.1",
],
entry_points={
Expand Down

0 comments on commit 020ec28

Please sign in to comment.