This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri.git
The following commit(s) were added to refs/heads/master by this push:
new 9838205 Update requirements.txt
9838205 is described below
commit 9838205ced892de1550952618e3c3b41e40f145a
Author: Greg Stein <[email protected]>
AuthorDate: Sun Apr 25 03:23:52 2021 -0500
Update requirements.txt
bs4 is needed for the TOC plugin
---
requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/requirements.txt b/requirements.txt
index c275462..5776f6b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,3 @@
pelican
pelican-sitemap
+beautifulsoup4