mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-09 02:41:22 +08:00
chore: Update dependencies in pyproject.toml
This commit is contained in:
parent
15d9fba93d
commit
5a8d22f360
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "mihomo"
|
||||
version = "1.1.4"
|
||||
version = "1.1.5"
|
||||
authors = [
|
||||
{ name="KT", email="xns77477@gmail.com" },
|
||||
]
|
||||
@ -17,6 +17,6 @@ classifiers = [
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"aiohttp",
|
||||
"pydantic",
|
||||
"aiohttp==3.*",
|
||||
"pydantic==1.*",
|
||||
]
|
Loading…
Reference in New Issue
Block a user