Files
Red-DiscordBot/requirements/base.in
2026-03-04 22:05:14 +01:00

28 lines
472 B
Plaintext

aiohttp<3.10
aiohttp-json-rpc
apsw
babel
click
discord.py
markdown
packaging
platformdirs
psutil
python-dateutil
PyYAML
rapidfuzz
Red-Commons
Red-Lavalink
rich
schema
typing_extensions
yarl
distro; sys_platform == "linux"
# https://github.com/MagicStack/uvloop/issues/702
uvloop>=0.21.0,!=0.22.0,!=0.22.1; sys_platform != "win32" and platform_python_implementation == "CPython"
# Used by discord.py[speedup]. See Pull request #6587 for more info.
Brotli
orjson
zstandard