fix RequestsDependencyWarning

This commit is contained in:
ricterzheng
2025-01-29 22:46:11 +08:00
parent fa977fee04
commit 571fba2259
4 changed files with 361 additions and 363 deletions

View File

@ -19,6 +19,7 @@ urllib3 = "^1.26.20"
httpx = "^0.28.1"
chardet = "^5.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"