Changed dependencies versions from strict to ranges

pull/27/head
Fabio Caccamo 2017-06-13 11:45:17 +02:00
parent 3f9dc0c58e
commit 0e69ccdba6
1 changed files with 3 additions and 3 deletions

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.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',