setup.py: require django-filter > 1 (fixes #16228)

Previous versions do not support Django 1.8.
This commit is contained in:
Benjamin Dauvergne 2017-05-09 10:51:03 +02:00
parent 944669be12
commit 725e5945f4
2 changed files with 2 additions and 1 deletions

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Package: python-fargo
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.7),
python-django-filters,
python-django-filters (>= 1),
python-gadjo,
python-magic
Recommends: python-django-mellon

View File

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