Added django-flat-theme dependency
parent
0ed341bdfd
commit
bb5867460f
3
setup.py
3
setup.py
|
|
@ -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=[]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue