diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control index d30000c..428c815 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,10 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), + python-chardet, python-six, python3-all, + python3-chardet, python3-six Standards-Version: 3.9.3 X-Python-Version: >= 2.6 @@ -22,9 +24,9 @@ Depends: ${misc:Depends}, ${python:Depends}, ca-certificates, - python-six -Recommends: + python-six, python-chardet, +Recommends: python-gevent, python-oauthlib Description: elegant and simple HTTP library for Python, built for human beings @@ -52,8 +54,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, ca-certificates, - python3-six -Recommends: + python3-six, python3-chardet Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, |