diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 18:29:09 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 18:29:09 +0100 |
commit | ee85823ef569c9a8ef46f3dd401fe9f322de95a1 (patch) | |
tree | 31d766c5fc61534058f5f4aa52fe94f1d8f5e20d | |
parent | fc8ea440b6958c77bdbbcc5f08120549377c90c0 (diff) | |
download | hyperkitty-ee85823ef569c9a8ef46f3dd401fe9f322de95a1.tar.gz hyperkitty-ee85823ef569c9a8ef46f3dd401fe9f322de95a1.tar.xz hyperkitty-ee85823ef569c9a8ef46f3dd401fe9f322de95a1.zip |
Update requirements for browserid redirect
-rw-r--r-- | hyperkitty.spec | 4 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec index 6e1c1c1..d6aab25 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -18,11 +18,11 @@ BuildRequires: python-sphinx BuildRequires: Django BuildRequires: kittystore BuildRequires: django-rest-framework >= 2.0.0 -BuildRequires: django-social-auth >= 0.7.0 +BuildRequires: django-social-auth >= 0.7.1 Requires: Django >= 1.4 Requires: django-gravatar2 -Requires: django-social-auth >= 0.7.0 +Requires: django-social-auth >= 0.7.1 Requires: django-rest-framework >= 2.0.0 Requires: mailman >= 3.0.0b2 Requires: kittystore diff --git a/requirements.txt b/requirements.txt index 8526808..77cc578 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=1.4 django-gravatar2 -django-social-auth>=0.7.0 +django-social-auth>=0.7.1 djangorestframework>=2.0.0 mailman>=3.0.0b2 kittystore |