From 64e5c82c60389bf52ab96ba97fce3b5ef16c205c Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 29 May 2015 15:21:06 +0200 Subject: [PATCH] add requests in requirements.txt and debian/control --- debian/control | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index e0366de6..51ffe603 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.7), python-gadjo, + python-requests, python-django-cmsplugin-blurp Recommends: python-django-mellon Description: Portal Management System (Python module) diff --git a/requirements.txt b/requirements.txt index 16ef3faa..8a3cab79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ django-ckeditor -e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo django-cmsplugin-blurp django-jsonfield +requests