[setup] fixed django version requirenment

django-5.0
Thomas Leichtfuß 2021-07-24 09:56:12 +02:00
parent f59e6ee296
commit f574783133
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ setup(
packages=find_packages(exclude=["tests"]),
include_package_data=True,
install_requires=[
"Django>=1.11,<=3.2",
"Django>=1.11,<3.3",
],
classifiers=[
dev_status,