This commit is contained in:
2025-08-08 09:38:37 +02:00
parent 824c71ef98
commit 749c89aefc
4 changed files with 216 additions and 1 deletions

View File

@@ -7,5 +7,9 @@ dependencies = [
"peewee>=3.17.0",
"pygments>=2.16.1",
"toml",
"requests>=2.31.0"
"requests>=2.31.0",
"beautifulsoup4>=4.12.2",
"pydantic>=2.8.0",
"scrapy==2.13.3",
"markdownify=1.1.0"
]