From 8f42a143b2926379ddc1ddd75b1ea04744a62f26 Mon Sep 17 00:00:00 2001 From: Stefan <53181986+schwalle@users.noreply.github.com> Date: Sat, 24 Oct 2020 14:02:04 +0200 Subject: [PATCH] Fix requirements - robobro is the fixed robobrowser package, installing both lead to problems with import from werkzeuge - removed more_itertools since it is not used anymore - removed beautifulsoup4, comes along with robobro --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 997fab31..c20e9f8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ docopt==0.6.2 -more_itertools==8.4.0 robobro==0.5.3 -beautifulsoup4==4.9.1 -robobrowser==0.5.3