chore: switch over to requtes for remote client

This commit is contained in:
rmeng
2024-01-09 22:31:05 -05:00
parent 99ba5331f0
commit 60f6dc6a64
6 changed files with 72 additions and 224 deletions

View File

@@ -7,7 +7,7 @@ dependencies = [
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.27.0",
"aiohttp",
"requests>=2.31,<3",
"pydantic>=1.10",
"attrs>=21.3.0",
"semver>=3.0",