mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Remove aiodns from being used on Windows
This commit is contained in:
@ -53,7 +53,7 @@ docs = [
|
|||||||
]
|
]
|
||||||
speed = [
|
speed = [
|
||||||
"orjson>=3.5.4",
|
"orjson>=3.5.4",
|
||||||
"aiodns>=1.1",
|
"aiodns>=1.1; sys_platform != 'win32'",
|
||||||
"Brotli",
|
"Brotli",
|
||||||
"cchardet==2.1.7; python_version < '3.10'",
|
"cchardet==2.1.7; python_version < '3.10'",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user