Updated dependencies

pull/17/head
Fabio Caccamo 2017-02-07 15:58:45 +01:00
parent 9350575898
commit d18aadd93d
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ setup(
download_url='https://github.com/fabiocaccamo/django-admin-interface/archive/%s.tar.gz' % __version__,
keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'],
install_requires=[
'django-colorfield==0.1.10',
'django-colorfield==0.1.12',
'django-flat-theme==1.1.4',
'django-flat-responsive==1.0.0'
'django-flat-responsive==1.2.0'
],
classifiers=[]
)