Added django-flat-theme dependency

pull/6/head
Fabio Caccamo 2016-02-15 16:21:16 +01:00
parent 0ed341bdfd
commit bb5867460f
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ 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', 'ui', 'flat', 'theme', 'custom'], keywords=['django', 'admin', 'interface', 'ui', 'flat', 'theme', 'custom'],
install_requires=[ install_requires=[
'django-colorfield==0.1.10' 'django-colorfield==0.1.10',
'django-flat-theme==1.1.2'
], ],
classifiers=[] classifiers=[]
) )