fix asyncio proxies settings and update httpx version

This commit is contained in:
Ricter Zheng
2024-12-04 10:46:45 +08:00
parent b9b8468bfe
commit c2e880f172
4 changed files with 124 additions and 3 deletions

View File

@ -14,6 +14,7 @@ beautifulsoup4 = "^4.11.2"
tabulate = "^0.9.0"
iso8601 = "^1.1.0"
urllib3 = "^1.26.14"
httpx = "0.27.2"
[build-system]