setup.py: restrain to django-filter<2 (#22350)

This commit is contained in:
Benjamin Dauvergne 2018-03-12 14:55:00 +01:00
parent e22648dd3f
commit 246d2a128d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ setup(
'gadjo',
'django-tables2',
'django-jsonfield >= 0.9.3',
'django-filter>1',
'django-filter>1<2',
'djangorestframework>=3.3,<3.4',
'file-magic',
'requests',