requirements: works with South 1.0

This commit is contained in:
Thomas NOËL 2014-10-23 20:39:38 +02:00
parent e45352db27
commit b776e3b6f7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
django >= 1.6, < 1.7
south >= 0.8, < 0.9
south >= 0.8
django-jsonresponse >= 0.10, < 0.11
django-model-utils
jsonfield

View File

@ -49,7 +49,7 @@ setup(name='passerelle',
include_package_data=True,
install_requires=[
'django >= 1.6, < 1.7',
'south >= 0.8, < 0.9',
'south >= 0.8',
'django-model-utils',
'django-jsonresponse==0.10',
'jsonfield',