mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-22 22:05:56 +00:00
update required packages
This commit is contained in:
parent
ddc1e39cea
commit
26727eb2a5
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -132,10 +132,10 @@ setup(
|
||||||
#test_suite='runtests.runtests',
|
#test_suite='runtests.runtests',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'django>=1.11.1',
|
'django>=1.11.1',
|
||||||
'django-extra-views>=0.11.0',
|
'django-extra-views>=0.12.0',
|
||||||
'django-braces>=1.3.0',
|
'django-braces>=1.3.0',
|
||||||
'djangorestframework>=3.8.2',
|
'djangorestframework>=3.9.0',
|
||||||
'django-filter==1.1.0',
|
'django-filter==2.0.0',
|
||||||
'pytz>=2016.4',
|
'pytz>=2016.4',
|
||||||
'future>=0.15.2',
|
'future>=0.15.2',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue