We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0329d commit 56149aaCopy full SHA for 56149aa
setup.cfg
@@ -38,7 +38,6 @@ install_requires =
38
requests >= 2.13.0
39
oauthlib >= 3.1.0
40
jwcrypto >= 0.8.0
41
- pytz >= 2024.1
42
43
[options.packages.find]
44
exclude =
tox.ini
@@ -60,6 +60,7 @@ deps =
60
pytest-xdist
61
pytest-mock
62
requests
63
+ pytz; python_version < '3.9'
64
passenv =
65
PYTEST_ADDOPTS
66
0 commit comments