This commit is contained in:
honglei 2023-08-16 21:57:04 +08:00
commit 1c626cb8c2

View File

@ -52,6 +52,7 @@ autoflake = "^1.4"
isort = "^5.9.3"
async_generator = {version = "*", python = "~3.7"}
async-exit-stack = {version = "*", python = "~3.7"}
importlib-metadata = { version = "*", python = ">3.7" }
httpx = "^0.24.1"
[build-system]