Blob Blame History Raw
From 5f9b44711447a1ec0bc1593f67a31fe03956fd8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Tue, 30 Mar 2021 22:39:29 +0200
Subject: [PATCH] Explicitly require setuptools, httpie/plugins/manager.py
 imports pkg_resources

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 5204cadf9..1777858da 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ def run_tests(self):
     'requests[socks]>=2.22.0',
     'Pygments>=2.5.2',
     'requests-toolbelt>=0.9.1',
+    'setuptools',
 ]
 install_requires_win_only = [
     'colorama>=0.2.4',