Add Atom feeds

This commit is contained in:
2025-05-10 16:34:42 +02:00
parent 1b87fccaf4
commit f7b6600089
7 changed files with 4605 additions and 8 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"]
dependencies = ["aiofiles", "html-sanitizer", "httpx", "markupsafe"]