incorporeal-cms/requirements/requirements.txt
Brian S. Stephan 20673c178a
use beautifulsoup to derive title from HTML h1
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00

29 lines
700 B
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# 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
# via incorporeal-cms (pyproject.toml)
lxml==6.0.2
# via feedgen
markdown==3.10.1
# via incorporeal-cms (pyproject.toml)
markupsafe==3.0.3
# via jinja2
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