From 0e69ccdba67784efeb1a38d277e67e8f097b8f87 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 13 Jun 2017 11:45:17 +0200 Subject: [PATCH] Changed dependencies versions from strict to ranges --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d5e6c76..fb2f632 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.12', - 'django-flat-theme==1.1.4', - 'django-flat-responsive==1.3.0' + 'django-colorfield>=0.1,<1.0', + 'django-flat-theme>=1.0,<2.0', + 'django-flat-responsive>=1.0,<2.0', ], classifiers=[ 'Development Status :: 5 - Production/Stable',