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

This commit is contained in:
Benjamin Dauvergne 2018-03-12 15:29:57 +01:00
parent 400ea0e308
commit 6d8c9f9a54
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<2',
'django-filter>1,<2',
'djangorestframework>=3.3,<3.4',
'file-magic',
'requests',