mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2025-01-30 18:38:36 +00:00
17 lines
400 B
TOML
17 lines
400 B
TOML
[project]
|
|
name = "honkaistarrailwikidataparser"
|
|
version = "0.0.1"
|
|
description = "崩坏:星穹铁道 Wiki 数据解析库"
|
|
authors = ["xtaodada <xtaodada@duck.com>"]
|
|
license = "AGPL 3.0+"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"httpx>=0.25.0",
|
|
"aiofiles>=23.1.0",
|
|
"ujson>=5.7.0",
|
|
"pydantic>=2.0.0,<3.0.0",
|
|
"beautifulsoup4>=4.12.2",
|
|
"lxml>=4.9.2",
|
|
]
|