From e404a09012c7f1be1a4fdf7447efd96bf943d435 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Wed, 4 Dec 2024 11:00:22 +0000 Subject: [PATCH] Remove pytz dependency --- setup.py | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) 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