Remove aiodns from being used on Windows

This commit is contained in:
Michael H 2024-08-29 03:05:35 -04:00 committed by GitHub
parent a08f7a14ff
commit 6d8198126a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ docs = [
]
speed = [
"orjson>=3.5.4",
"aiodns>=1.1",
"aiodns>=1.1; sys_platform != 'win32'",
"Brotli",
"cchardet==2.1.7; python_version < '3.10'",
]