aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-05-19 15:18:25 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-05-19 15:18:25 +0000
commitb22ffa94afcafae31acce505ce458fefb46da9ec (patch)
treee6da39f39133842942a3232a30d20d3b7e0bc833 /debian/control
parente8101e17d4aaf0800ccac752f1691e5c58f94da1 (diff)
downloadpython-requests-b22ffa94afcafae31acce505ce458fefb46da9ec.tar
python-requests-b22ffa94afcafae31acce505ce458fefb46da9ec.tar.gz
Added python-oauthlib to python-requests' Recommends field
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index cf877cc..d30000c 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Depends:
python-six
Recommends:
python-chardet,
- python-gevent
+ python-gevent,
+ python-oauthlib
Description: elegant and simple HTTP library for Python, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the