diff --git a/setup.py b/setup.py index f86f0ed..61b6db3 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,8 @@ setup( zip_safe=False, platforms='any', 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', 'south', 'django-bootstrap-form',