mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Remove aiodns from being used on Windows
This commit is contained in:
parent
a08f7a14ff
commit
6d8198126a
@ -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'",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user