Louis Chauvet
3f416c5682
[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
24 lines
351 B
TOML
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"
|