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',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
], ],
install_requires=['django>=1.8, <1.12', install_requires=['django>=1.8, <2.3',
'gadjo', 'gadjo',
'django-jsonfield<1.3', 'django-jsonfield<1.3',
'python-ldap', 'python-ldap',
'pycrypto', 'pycrypto',
'requests', 'requests',
'djangorestframework>=3.3,<3.8', 'djangorestframework',
'django-mellon' 'django-mellon'
], ],
zip_safe=False, zip_safe=False,