添加依赖 httpx

This commit is contained in:
2023-09-21 11:55:37 +08:00
parent 2a5dd35087
commit 5dbd01b15c
2 changed files with 59 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ pandas = "^1.4.3"
playwright = "^1.24.1"
ujson = "^5.4.0"
Brotli = "^1.0.9"
httpx = "^0.25.0"
[tool.poetry.dev-dependencies]
mypy = "^0.991"