setup.py: fix install_requires

This commit is contained in:
Jérôme Schneider 2013-12-11 15:48:23 +01:00
parent 88e5726897
commit 96fa15ac95
1 changed files with 5 additions and 5 deletions

View File

@ -43,14 +43,14 @@ setup(name='calebasse',
author_email="info@entrouvert.com",
packages=find_packages(os.path.dirname(__file__) or '.'),
install_requires=[
'django >= 1.4.2, < 1.5',
'django >= 1.5, < 1.6',
'south >= 0.7',
'django-reversion >= 1.6.4',
'python-dateutil >=1.5, < 2.0',
'django-model-utils < 1.2.0',
'django-reversion == 1.6.6',
'python-dateutil >= 2.2, < 2.3',
'django-model-utils >= 1.5.0',
'django-ajax-selects < 1.3.0',
'django-widget-tweaks < 1.2.0',
'django-tastypie >= 0.9, < 1.0',
'django-tastypie == 0.9.14',
'interval == 1.0.0',
'python-entrouvert >= 1.3'
'django-debug-toolbar',