HonkaiStarRailWikiDataParser/pyproject.toml

23 lines
482 B
TOML
Raw Normal View History

2023-04-23 14:06:11 +00:00
[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]
2023-04-23 14:17:27 +00:00
python = "^3.8"
2023-04-23 14:06:11 +00:00
httpx = "^0.24.0"
aiofiles = "^23.1.0"
ujson = "^5.7.0"
pydantic = "^1.10.7"
beautifulsoup4 = "^4.12.2"
lxml = "^4.9.2"
2023-04-24 14:30:16 +00:00
pillow = "^9.5.0"
2023-04-23 14:06:11 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"