setup: allow django 2.2

This commit is contained in:
Frédéric Péters 2020-07-28 16:37:16 +02:00
parent a2e9f1203f
commit bb89c31efa
1 changed files with 2 additions and 2 deletions

View File

@ -115,13 +115,13 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.8, <1.12',
install_requires=['django>=1.8, <2.3',
'gadjo',
'django-jsonfield<1.3',
'python-ldap',
'pycrypto',
'requests',
'djangorestframework>=3.3,<3.8',
'djangorestframework',
'django-mellon'
],
zip_safe=False,