Updated dependencies

This commit is contained in:
Fabio Caccamo
2017-02-07 15:58:45 +01:00
parent 9350575898
commit d18aadd93d
+2 -2
View File
@@ -17,9 +17,9 @@ setup(
download_url='https://github.com/fabiocaccamo/django-admin-interface/archive/%s.tar.gz' % __version__, download_url='https://github.com/fabiocaccamo/django-admin-interface/archive/%s.tar.gz' % __version__,
keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'], keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'],
install_requires=[ install_requires=[
'django-colorfield==0.1.10', 'django-colorfield==0.1.12',
'django-flat-theme==1.1.4', 'django-flat-theme==1.1.4',
'django-flat-responsive==1.0.0' 'django-flat-responsive==1.2.0'
], ],
classifiers=[] classifiers=[]
) )