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
-1
View File
@@ -10,7 +10,6 @@ install_requires = [
# relaxed to >=24.0.0 if needed.
'PyOpenSSL>=25.0.0',
'pyrfc3339',
'pytz>=2019.3',
'requests>=2.20.0',
]