Added django-flat-theme dependency

This commit is contained in:
Fabio Caccamo
2016-02-15 16:21:16 +01:00
parent 0ed341bdfd
commit bb5867460f
+2 -1
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=[]
) )