mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-05 11:24:00 +00:00
2fd4d7e2e0
Add the replace_icon_name_with_url parameter to the client's fetch_user and fetch_user_v1 methods.
22 lines
No EOL
535 B
TOML
22 lines
No EOL
535 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "mihomo"
|
|
version = "1.1.1"
|
|
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",
|
|
"pydantic",
|
|
] |