Remove the dependency on pytz (#10350)

The `pytz` is obsoleted by Python 3.9.
This commit is contained in:
SATOH Fumiyasu
2025-07-28 08:00:16 -07:00
committed by GitHub
parent d8acf7cea0
commit 6ba8abe8d5
22 changed files with 32 additions and 53 deletions
-2
View File
@@ -37,7 +37,6 @@ install_requires = [
'josepy>=2.0.0',
'parsedatetime>=2.4',
'pyrfc3339',
'pytz>=2019.3',
# This dependency needs to be added using environment markers to avoid its
# installation on Linux.
'pywin32>=300 ; sys_platform == "win32"',
@@ -75,7 +74,6 @@ test_extras = [
'tox',
'types-httplib2',
'types-pyRFC3339',
'types-pytz',
'types-pywin32',
'types-requests',
'types-setuptools',