mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 09:30:07 +03:00
No max
This commit is contained in:
parent
e03aeb0ca2
commit
6b513f5d98
2
setup.py
2
setup.py
|
@ -82,7 +82,7 @@ setup(
|
|||
author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
|
||||
packages=find_packages(exclude=['tests*']),
|
||||
include_package_data=True,
|
||||
install_requires=["django>=1.11,<3.1"],
|
||||
install_requires=["django>=1.11"],
|
||||
python_requires=">=3.5",
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in New Issue
Block a user