8000 Update requires for python and install in setup.py · encode/django-rest-framework@70a6963 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70a6963

Browse files
committed
Update requires for python and install in setup.py
1 parent 3544585 commit 70a6963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def get_version(package):
8282
author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
8383
packages=find_packages(exclude=['tests*']),
8484
include_package_data=True,
85-
install_requires=["django>=2.2", "pytz"],
86-
python_requires=">=3.5",
85+
install_requires=["django>=2.2"],
86+
python_requires=">=3.6",
8787
zip_safe=False,
8888
classifiers=[
8989
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)
0