Modernize packaging-related things in Red (#5924)

This commit is contained in:
Jakub Kuczys
2022-12-09 18:50:37 +01:00
committed by GitHub
parent 72172ff1cb
commit f7c14b4321
34 changed files with 701 additions and 476 deletions

23
requirements/base.in Normal file
View File

@@ -0,0 +1,23 @@
aiohttp
aiohttp-json-rpc
aiosqlite
appdirs
apsw-wheels
babel
click
colorama
discord.py
fuzzywuzzy
markdown
packaging
psutil
python-dateutil
python-Levenshtein-wheels
PyNaCl
PyYAML
Red-Commons
Red-Lavalink>=0.11.0rc1
rich
schema
distro; sys_platform == "linux"
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"