summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hyperkitty.spec4
-rw-r--r--requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec
index 9084b1d..6e1c1c1 100644
--- a/hyperkitty.spec
+++ b/hyperkitty.spec
@@ -17,13 +17,13 @@ BuildRequires: python-sphinx
# Unit tests in %%check
BuildRequires: Django
BuildRequires: kittystore
-BuildRequires: django-rest-framework >= 0.3.3
+BuildRequires: django-rest-framework >= 2.0.0
BuildRequires: django-social-auth >= 0.7.0
Requires: Django >= 1.4
Requires: django-gravatar2
Requires: django-social-auth >= 0.7.0
-Requires: django-rest-framework >= 0.3.3
+Requires: django-rest-framework >= 2.0.0
Requires: mailman >= 3.0.0b2
Requires: kittystore
diff --git a/requirements.txt b/requirements.txt
index ed3f1e0..8526808 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
Django>=1.4
django-gravatar2
django-social-auth>=0.7.0
-djangorestframework>=0.3.3
+djangorestframework>=2.0.0
mailman>=3.0.0b2
kittystore