From: kimbo Date: Sat, 21 Dec 2019 05:06:59 +0000 (-0700) Subject: added requests and requests-toolbelt deps X-Git-Tag: v2.0.0rc1~342^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30f3e096eb1b26a6ad56ef9a41f80833f5fb6c3;p=thirdparty%2Fdnspython.git added requests and requests-toolbelt deps --- diff --git a/setup.py b/setup.py index ffba0692..8279a890 100755 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ direct manipulation of DNS zones, messages, names, and records.""", 'python_requires': '>=3.4', 'test_suite': 'tests', 'provides': ['dns'], + 'install_requires': ['requests', 'requests-toolbelt'], 'tests_require': ['typing ; python_version<"3.5"'], 'extras_require': { 'IDNA': ['idna>=2.1'],