[fix] fix required version of django <4.2

django-5.0
areski 2022-12-14 12:51:43 +01:00
parent b14837be9a
commit 28e047650b
1 changed files with 1 additions and 1 deletions

View File

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