setup.py: require django-jsonfield lower than 1.0.0 (#11180)

This commit is contained in:
Serghei Mihai 2016-06-03 12:47:53 +02:00
parent 0158caa9d2
commit d1eb6536b7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ setup(name='passerelle',
install_requires=[
'django >= 1.7, <1.8',
'django-model-utils',
'django-jsonfield >= 0.9.3',
'django-jsonfield < 1.0.0',
'requests',
'gadjo',
'phpserialize',