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:19:01 +01:00
parent 1928ac658d
commit 3b2da052ad
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ setup(name="authentic2",
'django>=1.11,<2.0',
'requests>=2.3',
'requests-oauthlib',
'django-model-utils>=2.4',
'django-model-utils>=2.4,<4',
'dnspython>=1.10',
'Django-Select2>5,<6',
'django-tables2>=1.0,<2.0',