use beautifulsoup to derive title from HTML h1
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#
|
||||
# pip-compile --output-file=requirements/requirements.txt
|
||||
#
|
||||
beautifulsoup4==4.14.3
|
||||
# via incorporeal-cms (pyproject.toml)
|
||||
feedgen==1.0.0
|
||||
# via incorporeal-cms (pyproject.toml)
|
||||
jinja2==3.1.6
|
||||
@@ -18,5 +20,9 @@ python-dateutil==2.9.0.post0
|
||||
# via feedgen
|
||||
six==1.17.0
|
||||
# via python-dateutil
|
||||
soupsieve==2.8.3
|
||||
# via beautifulsoup4
|
||||
termcolor==3.3.0
|
||||
# via incorporeal-cms (pyproject.toml)
|
||||
typing-extensions==4.15.0
|
||||
# via beautifulsoup4
|
||||
|
||||
Reference in New Issue
Block a user