Skip to content

Commit 250479d

Browse files
committed
Added pytz to install_requires.
pytz will not automatically be installed with Django from v4.0.
1 parent f0a5b95 commit 250479d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_version(package):
8282
author_email='[email protected]', # SEE NOTE BELOW (*)
8383
packages=find_packages(exclude=['tests*']),
8484
include_package_data=True,
85-
install_requires=["django>=2.2"],
85+
install_requires=["django>=2.2", "pytz"],
8686
python_requires=">=3.5",
8787
zip_safe=False,
8888
classifiers=[

0 commit comments

Comments
 (0)