8000
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 3544585 commit 70a6963Copy full SHA for 70a6963
setup.py
@@ -82,8 +82,8 @@ 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", "pytz"],
86
- python_requires=">=3.5",
+ install_requires=["django>=2.2"],
+ python_requires=">=3.6",
87
zip_safe=False,
88
classifiers=[
89
'Development Status :: 5 - Production/Stable',
0 commit comments