diff --git a/setup.py b/setup.py index 6f7ae07..59047d1 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ long_description=open('README.rst').read(), python_requires=">=3.8", install_requires=[ - "pytz>=2022.4", "django>=3.2", ], extras_require={ diff --git a/tox.ini b/tox.ini index 6994e74..c6975a9 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,6 @@ basepython = deps = taggit2: django-taggit>=2.0 - pytz>=2022.4 dj32: Django>=3.2,<3.3 dj42: Django>=4.2,<4.3 dj50: Django>=5.0,<5.1