Clash.Meta/pyproject.toml
KT 6c6b02cff3 feat: Add fields to character trace tree info:
- anchor: position of trace tree point.
- max_level: max level of trace tree point.
- parent: preceding point of trace tree point.
2023-08-14 21:34:13 +08:00

22 lines
545 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "mihomo"
version = "1.1.6"
authors = [
{ name="KT", email="xns77477@gmail.com" },
]
description = "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"aiohttp==3.*",
"pydantic==1.*",
]