mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
* update RC dep * welp 100% tested * fix import * 120% tested * Call _early_init even earlier Not really in scope of this PR but the original was merged before I could share any feedback. * explicitly import getLogger Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
47 lines
938 B
INI
47 lines
938 B
INI
# primary_deps.ini
|
|
# This file should list primary dependencies in terms of both core and
|
|
# extras, in setup.cfg format. A primary dependency is one which is
|
|
# used directly in Red, or otherwise is forced to be listed as a
|
|
# dependency. Version specifiers should be as liberal as possible.
|
|
|
|
[options]
|
|
install_requires =
|
|
aiohttp
|
|
aiohttp-json-rpc
|
|
aiosqlite
|
|
appdirs
|
|
apsw-wheels
|
|
babel
|
|
click
|
|
colorama
|
|
discord.py
|
|
distro; sys_platform == "linux"
|
|
fuzzywuzzy
|
|
markdown
|
|
psutil
|
|
python-dateutil
|
|
python-Levenshtein-wheels
|
|
PyYAML
|
|
Red-Commons
|
|
Red-Lavalink
|
|
rich
|
|
schema
|
|
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
|
|
PyNaCl
|
|
|
|
[options.extras_require]
|
|
docs =
|
|
Sphinx
|
|
sphinx-prompt
|
|
sphinx_rtd_theme
|
|
sphinxcontrib-trio
|
|
postgres =
|
|
asyncpg
|
|
style =
|
|
black
|
|
test =
|
|
pylint
|
|
pytest
|
|
pytest-asyncio
|
|
pytest-mock
|