diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 922a4f5..10db0b4 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,14 @@ Build-Depends: python-nose (>=1.3.3), python-setuptools, python-six, + python-tornado, python3-all, python3-coverage (>= 3.6), python3-mock, python3-nose (>=1.3.3), python3-setuptools, python3-six, + python3-tornado, python3-wheel, Standards-Version: 3.9.6 X-Python-Version: >= 2.6 @@ -37,6 +39,8 @@ Recommends: python-ndg-httpsclient, python-openssl, python-pyasn1 +Suggests: + python-ntlm Description: HTTP library with thread-safe connection pooling for Python urllib3 supports features left out of urllib and urllib2 libraries. . |