From b9d0ac6dab8eefd2bafb1cb08c5f049d28412ad8 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Fri, 29 Sep 2017 12:22:16 +0200 Subject: [PATCH] Updated django-flat-responsive version range. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fb2f632..4118c6e 100644 --- a/setup.py +++ b/setup.py @@ -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',