Updated dependencies
parent
9350575898
commit
d18aadd93d
4
setup.py
4
setup.py
|
|
@ -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=[]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue