Pin version of django-browserid, there were some API changes in 0.8

This commit is contained in:
Roland Geider
2013-03-06 19:19:35 +01:00
parent c3affbde21
commit ad30d1e3f8
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ setup(
install_requires=[
'django >= 1.4',
'reportlab',
'django-browserid',
'django-browserid==0.7.1',
'django-recaptcha',
'django_mobile',
'django-discover-runner',