summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2016-06-16 16:13:17 -0500
committerStephen Finucane <stephen.finucane@intel.com>2016-06-27 18:19:08 +0100
commit92b6e6a39595841782b967e34e9b3bdebefbf1ec (patch)
tree3846790c3aea7cf5f8c7e093cfd6c1942fa353af /requirements-test.txt
parent6f283ef361bd58120a527b917a18d4207053f348 (diff)
downloadpatchwork-92b6e6a39595841782b967e34e9b3bdebefbf1ec.tar
patchwork-92b6e6a39595841782b967e34e9b3bdebefbf1ec.tar.gz
REST: Add base configuration hooks for a REST API
This adds the ability to expose a REST API based on the Django REST framework project. Since this project isn't packaged in most current distributions, we ensure that its both installed and enabled before trying to use it. Signed-off-by: Andy Doan <andy.doan@linaro.org> Inspired-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 2d0b32c..b5f976c 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -2,3 +2,4 @@ mysqlclient==1.3.7 # replace this with psycopg2 for a PostgreSQL backend
django-debug-toolbar==1.4
python-dateutil>2.0,<3.0
selenium>2.0,<3.0
+djangorestframework>=3.3,<3.4