pinned django-filter to 1.1.0 for now

This commit is contained in:
Asif Saif Uddin 2018-11-02 13:06:50 +06:00
parent 26727eb2a5
commit bfe2a8b207
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
django-extra-views==0.12.0
django-braces==1.13.0
djangorestframework==3.9.0
django-filter==2.0.0
django-filter==1.1.0
django-debug-toolbar>=1.10.1
future>=0.15.2
pytz>=2016.4

View file

@ -135,7 +135,7 @@ setup(
'django-extra-views>=0.12.0',
'django-braces>=1.3.0',
'djangorestframework>=3.9.0',
'django-filter==2.0.0',
'django-filter==1.1.0',
'pytz>=2016.4',
'future>=0.15.2',
],