Merge branch 'mbsantiago:main' into main

This commit is contained in:
Honglei 2023-08-16 21:26:13 +08:00 committed by GitHub
commit e919dc8e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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