misc: limit django-model-utils version to a version supporting django 1.11

This commit is contained in:
Frédéric Péters 2019-12-11 16:18:54 +01:00
parent 9df4f0ff69
commit b8ebfad72c
1 changed files with 1 additions and 1 deletions

View File

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