add requests in requirements.txt and debian/control

This commit is contained in:
Thomas NOËL 2015-05-29 15:21:06 +02:00
parent 49e3ee9b41
commit 64e5c82c60
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -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)

View File

@ -3,3 +3,4 @@ django-ckeditor
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo
django-cmsplugin-blurp
django-jsonfield
requests