Files
wutheringwaves/pyproject.toml

16 lines
284 B
TOML

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