south 0.8.x in setup.py and requirements.txt

This commit is contained in:
Thomas NOËL 2013-06-18 11:07:13 +02:00
parent d2a8e5267d
commit f42346df81
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
django < 1.6
south
south >= 0.8, < 0.9
http://pypi.python.org/packages/source/d/django-jsonresponse/django-jsonresponse-0.5.tar.gz
django-model-utils
SOAPpy

View File

@ -26,6 +26,7 @@ setup(name='passerelle',
install_requires=[
'django >= 1.5.1, < 1.6',
'django-model-utils',
'south >= 0.8, < 0.9',
],
dependency_links = [
'http://pypi.python.org/packages/source/d/django-jsonresponse/django-jsonresponse-0.5.tar.gz',