Louis Chauvet
29d60f3cb9
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
20 lines
297 B
TOML
20 lines
297 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
packaging = "*"
|
|
toml = "*"
|
|
websockets = "*"
|
|
"discord.py" = {version = "*",extras = ["voice",]}
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
sphinx = "*"
|
|
sphinx-rtd-theme = "*"
|
|
watchgod = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|