rawlinp commented on a change in pull request #6020:
URL: https://github.com/apache/trafficcontrol/pull/6020#discussion_r668948036
##########
File path: traffic_control/clients/python/setup.py
##########
@@ -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",
Review comment:
No, this newer version of requests will automatically install
charset_normalizer and use that if chardet isn't already installed (which it
wouldn't be on fresh installs).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]