mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Migrate http client to use aiohttp instead of httpx (#643)
This commit is contained in:
@@ -27,7 +27,7 @@ asyncclick = ">=8"
|
||||
pydantic = ">=1"
|
||||
cryptography = ">=1.9"
|
||||
async-timeout = ">=3.0.0"
|
||||
httpx = ">=0.25.0"
|
||||
aiohttp = ">=3"
|
||||
|
||||
# speed ups
|
||||
orjson = { "version" = ">=3.9.1", optional = true }
|
||||
|
Reference in New Issue
Block a user