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 f0a5b95 commit 250479dCopy full SHA for 250479d
setup.py
@@ -82,7 +82,7 @@ def get_version(package):
82
author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
83
packages=find_packages(exclude=['tests*']),
84
include_package_data=True,
85
- install_requires=["django>=2.2"],
+ install_requires=["django>=2.2", "pytz"],
86
python_requires=">=3.5",
87
zip_safe=False,
88
classifiers=[
0 commit comments