Bumped django-colorfield version to 0.2.

pull/78/head
Fabio Caccamo 2020-02-17 21:29:28 +01:00
parent 1caca70e0f
commit d97fc38a88
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ setup(
keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'], keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'],
requires=['django(>=1.7)'], requires=['django(>=1.7)'],
install_requires=[ install_requires=[
'django-colorfield >= 0.1, < 1.0', 'django-colorfield >= 0.2, < 1.0',
'django-flat-theme >= 1.0, < 2.0', 'django-flat-theme >= 1.0, < 2.0',
'django-flat-responsive >= 1.0, < 3.0', 'django-flat-responsive >= 1.0, < 3.0',
'six >= 1.9.0, < 2.0.0', 'six >= 1.9.0, < 2.0.0',