mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
* Pop stash * add rich to setup * Added forceful enabling of rich logging * revert some unintended pushed * Fix possible unbound var Fix possible 0 members w/out members intent * One day I won't forget to do style passes * So this is a thing apperently... * Bump rich to 9.5.1 * Lock secondary deps * Different stuff, see the full commit description for more info - Change few things from print to log.info - put the log handlers on the root logger instead of individual loggers - capture warnings to a logger * Modify log handler to show logger name * Add a Triboolian to force disable rich * Style checks * shortened time, added logger name... again. * aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa * Style & linking * Be or not to be? Whatever man, it's 4:30 in the morning, goto sleep >.< * Reintroduce outdated message. Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
44 lines
891 B
INI
44 lines
891 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
|
|
python-dateutil
|
|
python-Levenshtein-wheels
|
|
PyYAML
|
|
Red-Lavalink
|
|
rich
|
|
schema
|
|
tqdm
|
|
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
|
|
|
|
[options.extras_require]
|
|
docs =
|
|
Sphinx
|
|
sphinx_rtd_theme
|
|
sphinxcontrib-trio
|
|
postgres =
|
|
asyncpg
|
|
style =
|
|
black
|
|
test =
|
|
pylint
|
|
pytest
|
|
pytest-asyncio
|
|
pytest-mock
|