Updated django-flat-responsive version range.

This commit is contained in:
Fabio Caccamo
2017-09-29 12:22:16 +02:00
parent 3f270b0b75
commit b9d0ac6dab
+3 -3
View File
@@ -17,9 +17,9 @@ setup(
keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'],
requires=['django(>=1.7)'],
install_requires=[
'django-colorfield>=0.1,<1.0',
'django-flat-theme>=1.0,<2.0',
'django-flat-responsive>=1.0,<2.0',
'django-colorfield >= 0.1, < 1.0',
'django-flat-theme >= 1.0, < 2.0',
'django-flat-responsive >= 1.0, < 3.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',