From 206ae7e47d8ebca3baab55c3dbc9fb3f40173412 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 29 Aug 2024 03:05:35 -0400 Subject: [PATCH] Remove aiodns from being used on Windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c2e15efc..a455b57b4 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ extras_require = { ], 'speed': [ 'orjson>=3.5.4', - 'aiodns>=1.1', + 'aiodns>=1.1; sys_platform != "win32"', 'Brotli', 'cchardet==2.1.7; python_version < "3.10"', 'mmh3>=2.5',