update required packages

This commit is contained in:
Asif Saif Uddin 2018-11-02 12:23:15 +06:00
parent ddc1e39cea
commit 26727eb2a5

View file

@ -132,10 +132,10 @@ setup(
#test_suite='runtests.runtests',
install_requires=[
'django>=1.11.1',
'django-extra-views>=0.11.0',
'django-extra-views>=0.12.0',
'django-braces>=1.3.0',
'djangorestframework>=3.8.2',
'django-filter==1.1.0',
'djangorestframework>=3.9.0',
'django-filter==2.0.0',
'pytz>=2016.4',
'future>=0.15.2',
],