Update setup.py

Update jango-filter version
This commit is contained in:
Carlos Martinez 2017-03-28 13:30:05 -05:00 committed by GitHub
parent 2d525d7043
commit b6951f7887

View File

@ -6,7 +6,7 @@ tests_require = [
'coveralls', 'coveralls',
'mock', 'mock',
'pytz', 'pytz',
'django-filter', 'django-filter==0.10.0',
'pytest-django==2.9.1', 'pytest-django==2.9.1',
] ]