setup.py: fix django minimum requirement (it is 1.5.3), add note about 1.6

This commit is contained in:
Thomas Waldmann 2013-12-01 14:39:20 +01:00
parent cf93be9a14
commit 912d6c42db

View File

@ -42,7 +42,8 @@ setup(
zip_safe=False, zip_safe=False,
platforms='any', platforms='any',
install_requires=[ install_requires=[
'django >1.5.3, <1.6', # 1.5.3 has the session serializer configurable 'django >=1.5.3, <1.6', # 1.5.3 has the session serializer configurable
# 1.6 is not tested yet
'dnspython', 'dnspython',
'south', 'south',
'django-bootstrap-form', 'django-bootstrap-form',