2023-05-28 21:13:13 +08:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools>=61.0"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "mihomo"
|
2023-10-17 20:20:08 +08:00
|
|
|
version = "1.1.7"
|
2023-05-28 21:13:13 +08:00
|
|
|
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 = [
|
2023-07-01 16:10:33 +08:00
|
|
|
"aiohttp==3.*",
|
|
|
|
"pydantic==1.*",
|
2023-05-28 21:13:13 +08:00
|
|
|
]
|