From f4d4c6f86b5a47ab1371293ff6ccc0e174687f14 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Sat, 24 Aug 2019 21:33:44 -0400 Subject: [PATCH] Update requirements.txt fixes this issue Collecting pkg-resources==0.0.0 (from -r requirements.txt (line 5)) ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 5)) (from versions: none) ERROR: No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 5)) --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c08d8c0..8ea1a81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ beautifulsoup4==4.6.0 certifi==2018.1.18 chardet==3.0.4 idna==2.6 -pkg-resources==0.0.0 requests==2.18.4 thready==0.1.5 urllib3==1.22