From 4058c2a76a9dcfd6a5b8e5185c40b3dd5d4af699 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Tue, 28 Mar 2017 17:38:27 -0500 Subject: [PATCH] Update dependency test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edb4b33..38a16c5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ 'coveralls', 'mock', 'pytz', - 'django-filter==0.10.0', + 'django-filter', 'pytest-django==2.9.1', ]