packaging: set django version upper bound to 2.2.x (#53478)

This commit is contained in:
Emmanuel Cazenave 2021-04-27 17:42:34 +02:00
parent 7e2737e61f
commit 137d9ad66f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ setup(
scripts=('manage.py',),
packages=find_packages(),
install_requires=[
'django>=1.11, <2',
'django>=1.11, <2.3',
'six<1.11.0',
'typing', # For M2Crypto.util
'gunicorn',