From 283d157ad391f1b8c42b3d8b4617d3e69ccd4816 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Tue, 28 Mar 2017 19:42:31 -0500 Subject: [PATCH] Test dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38a16c5..b622411 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ 'coveralls', 'mock', 'pytz', - 'django-filter', + 'django-filter==1.0.1', 'pytest-django==2.9.1', ]