diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d688cc7..11513f2 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,8 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, - ca-certificates + ca-certificates, + python-six Recommends: python-chardet, python-gevent @@ -49,7 +50,8 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - ca-certificates + ca-certificates, + python3-six Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send GET, HEAD, PUT, POST, and DELETE HTTP requests. You can add headers, form data, multipart files, and |