Browse Source
Remove aiodns from being used on Windows
pull/9932/head
Michael H
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
pyproject.toml
|
|
@ -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'", |
|
|
|
] |
|
|
|