Skip to content

Commit 56149aa

Browse files
authored
Make pytz optional (#1458)
Make pytz optional
1 parent 3e0329d commit 56149aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ install_requires =
3838
requests >= 2.13.0
3939
oauthlib >= 3.1.0
4040
jwcrypto >= 0.8.0
41-
pytz >= 2024.1
4241

4342
[options.packages.find]
4443
exclude =

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ deps =
6060
pytest-xdist
6161
pytest-mock
6262
requests
63+
pytz; python_version < '3.9'
6364
passenv =
6465
PYTEST_ADDOPTS
6566

0 commit comments

Comments
 (0)