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:36:16 +02:00
parent 361be2c492
commit 4e372e3ab7
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ setup(name='passerelle',
install_requires=[
'django >= 1.8, <1.12',
'django-model-utils',
'django-jsonfield',
'django-jsonfield<1.3',
'requests',
'gadjo',
'phpserialize',