bot-base/Pipfile
Louis Chauvet 3f416c5682
[main] Update some docstrings, remove config check
[doc] Put all config_types on same page, add link to python and discord.py doc
[config] Add some doc, solve KeyError when loading config file
[config-types] Add some doc, add guild type
2020-04-21 02:59:08 +02:00

24 lines
351 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
packaging = "*"
aiohttp = "*"
aiofiles = "*"
lupa = "*"
aiofile = "*"
toml = "*"
"discord.py" = {version = "*",extras = ["voice",]}
matplotlib = "*"
humanize = "*"
pytest = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
[dev-packages]
[requires]
python_version = "3.7"