Add pytz as a dependency for integration tests (#9737)

This commit is contained in:
Will Greenberg 2023-07-19 13:10:35 -07:00 committed by GitHub
parent 6effedc2f4
commit 68d812e6dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ install_requires = [
# installation on Linux.
'pywin32>=300 ; sys_platform == "win32"',
'pyyaml',
'pytz>=2019.3',
'requests',
'setuptools',
'types-python-dateutil'