home · contact · privacy
Update package requirements. master
authorChristian Heller <c.heller@plomlompom.de>
Sun, 9 Jan 2022 04:36:14 +0000 (05:36 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 9 Jan 2022 04:36:14 +0000 (05:36 +0100)
requirements.txt
run.sh

index ed55ed599099a97fd80cac7795590c42114d6cf2..54473c883e119ddbfa57f8a5455b53da5ab13a6e 100644 (file)
@@ -1,4 +1,4 @@
-beautifulsoup4==4.4.1
-requests==2.9.1
-html5lib==0.9999999
+beautifulsoup4==4.10.0
+requests==2.27.1
+html5lib==1.1
 six==1.10.0
 six==1.10.0
diff --git a/run.sh b/run.sh
index 1687ae91e5babf1cc3f81e9cdb690c9a3fc11d80..3becc5316264f7d86427ec0f5592456a89eedc2c 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -6,7 +6,7 @@ set -e
 
 DIR_ENV=.temp_env
 
 
 DIR_ENV=.temp_env
 
-pyvenv $DIR_ENV 
+python3 -m venv $DIR_ENV
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
 echo
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
 echo