build: limit to django-jsonfield<1.3, for Python 2 support

This commit is contained in:
Frédéric Péters 2019-08-18 11:40:36 +02:00
parent 0694895a59
commit bf2bd54e89
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ setup(
],
install_requires=['django>=1.8, <1.12',
'gadjo',
'django-jsonfield',
'django-jsonfield<1.3',
'python-ldap',
'pycrypto',
'requests',