gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] 03/42: Added missing python packages to run build script


From: gnunet
Subject: [taler-www] 03/42: Added missing python packages to run build script
Date: Mon, 27 Nov 2023 23:53:59 +0100

This is an automated email from the git hooks/post-receive script.

andreas-habegger pushed a commit to branch master
in repository www.

commit c91f2fa988baa61e8a341ff4c0eb552a27013a11
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
AuthorDate: Fri Nov 17 10:26:06 2023 +0100

    Added missing python packages to run build script
---
 README           | 3 ++-
 requirements.txt | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 2507a3d..d54cd90 100644
--- a/README
+++ b/README
@@ -43,6 +43,7 @@ If not already installed, please install according to your 
needs and your OS:
 
 # apt install python3-jinja2 python3-babel python3-distutils
 # apt install python3-ruamel.yaml
+# apt install python3-lxml python3-bs4
 # apt install git
 
 -> On some distros, you may need to use `pip install ruamel.yaml`
@@ -73,7 +74,7 @@ Debian prerequisites
 
 Simply install:
 
-# apt install python3-ruamel.yaml python3-jinja2 python3-babel git
+# apt install python3-ruamel.yaml python3-jinja2 python3-babel git 
python3-lxml python3-bs4
 
 ====================
 NetBSD prerequisites
diff --git a/requirements.txt b/requirements.txt
index 9ac6979..8eab2ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,5 @@
 ruamel.yaml
 jinja2
 babel
+BeautifulSoup4
+lxml

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]