Add HTML cleaning 🧹

This commit is contained in:
github-actions[bot]
2025-05-10 17:55:15 +02:00
parent f0a713ff95
commit de689247ac
4 changed files with 430 additions and 314 deletions

View File

@ -4,4 +4,4 @@ version = "0.1.0"
description = "Wuthering Waves archive"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["aiofiles", "httpx", "markupsafe"]
dependencies = ["aiofiles", "beautifulsoup4", "httpx", "markupsafe"]