From 3b259005889f54593895bd771feac700b3cdaaf6 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Tue, 28 Mar 2017 19:40:23 -0500 Subject: [PATCH] Update test config --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 940d949..38a16c5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ 'coveralls', 'mock', 'pytz', - 'django-filter==0.9.2', + 'django-filter', 'pytest-django==2.9.1', ]