mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-04 08:03:28 +02:00
Use Markdown instead of HTML
This commit is contained in:
@ -4,4 +4,10 @@ version = "0.1.0"
|
||||
description = "Wuthering Waves archive"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["aiofiles", "beautifulsoup4", "httpx", "markupsafe"]
|
||||
dependencies = [
|
||||
"aiofiles",
|
||||
"beautifulsoup4",
|
||||
"httpx",
|
||||
"markdownify",
|
||||
"markupsafe",
|
||||
]
|
||||
|
Reference in New Issue
Block a user