add bs4 to requirements.txt

This commit is contained in:
hillerliao
2022-12-14 21:48:57 +08:00
parent 3064d5a18e
commit 1d5c8dd1d7
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "*"
bootstrap-flask = "*"
feedparser = "6.0.8"
flask-debugtoolbar = "*"