Files
wutheringwaves/pyproject.toml
2025-05-10 17:55:26 +02:00

8 lines
209 B
TOML

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