simplify code (#9807)

This commit is contained in:
Brad Warren
2023-10-18 14:32:07 -07:00
committed by GitHub
parent 5cf5f36f19
commit 6f7b5ab1cd
2 changed files with 5 additions and 10 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ install_requires = [
'pywin32>=300 ; sys_platform == "win32"',
'pyyaml',
'pytz>=2019.3',
'requests',
# requests unvendored its dependencies in version 2.16.0 and this code relies on that for
# calling `urllib3.disable_warnings`.
'requests>=2.16.0',
'setuptools',
'types-python-dateutil',
]