Red-DiscordBot/tools/primary_deps.ini
jack1142 05ef5fa3a6
Preparations for d.py 1.4 (includes breaking changes related to mass mentions) (#3845)
Co-authored-by: PredaaA <46051820+PredaaA@users.noreply.github.com>
2020-08-10 20:19:00 +01:00

42 lines
862 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-Levenshtein-wheels
PyYAML
Red-Lavalink
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