From 6688b745f9488e1933e55946d5d03cf18732fe9d Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Mon, 27 Jun 2022 14:15:31 -0400 Subject: [PATCH 1/2] Remove pkg-resources from list of quick-install requirements According to this thread, this line was always erroneous and we should just remove it: https://github.com/pypa/pip/issues/4022 Fixes #1031 Fixes #1015 --- quick-install | 1 - 1 file changed, 1 deletion(-) diff --git a/quick-install b/quick-install index c5c4284cb..751211a59 100755 --- a/quick-install +++ b/quick-install @@ -156,7 +156,6 @@ cffi==1.14.4 cryptography==35.0.0 Jinja2==2.11.2 MarkupSafe==1.1.1 -pkg-resources==0.0.0 pycparser==2.20 pyOpenSSL==20.0.1 PyYAML==5.3.1 From d1729b75e5b5aa8605a9a8fb7ce10e76e9f379ed Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Tue, 28 Jun 2022 09:23:27 -0400 Subject: [PATCH 2/2] Remove pkg-resources from bundle requirements --- bundler/bundle/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bundler/bundle/requirements.txt b/bundler/bundle/requirements.txt index 958d02950..7680f5765 100644 --- a/bundler/bundle/requirements.txt +++ b/bundler/bundle/requirements.txt @@ -6,7 +6,6 @@ cffi==1.14.4 cryptography==35.0.0 Jinja2==2.11.2 MarkupSafe==1.1.1 -pkg-resources==0.0.0 pycparser==2.20 pyOpenSSL==20.0.1 PyYAML==5.3.1