diff --git a/setup.py b/setup.py index 38a16c5..edb4b33 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ 'coveralls', 'mock', 'pytz', - 'django-filter', + 'django-filter==0.10.0', 'pytest-django==2.9.1', ]