mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2024-11-15 22:19:19 +00:00
23 lines
482 B
TOML
23 lines
482 B
TOML
[tool.poetry]
|
|
name = "honkaistarrailwikidataparser"
|
|
version = "0.0.1"
|
|
description = "崩坏:星穹铁道 Wiki 数据解析库"
|
|
authors = ["xtaodada <xtao@xtaolink.cn>"]
|
|
license = "AGPL 3.0+"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
httpx = "^0.24.0"
|
|
aiofiles = "^23.1.0"
|
|
ujson = "^5.7.0"
|
|
pydantic = "^1.10.7"
|
|
beautifulsoup4 = "^4.12.2"
|
|
lxml = "^4.9.2"
|
|
pillow = "^9.5.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|