setup.py: bump django-registration requirement to release 1.0

This commit is contained in:
Benjamin Dauvergne 2014-01-08 01:25:24 +01:00
parent 8f7bf29c1c
commit b1c56eb8d0
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ setup(name="authentic2",
install_requires=['django < 1.6',
'south>=0.8.4,<0.9',
'requests',
'django-registration==0.8.0final',
'django-registration>=1',
'django-admin-tools',
'django-debug-toolbar<1.0.0'],
zip_safe=False,