bot-base/Pipfile

19 lines
280 B
TOML
Raw Permalink Normal View History

2019-04-28 18:59:08 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
packaging = "*"
toml = "*"
2020-04-05 12:09:46 +02:00
"discord.py" = {version = "*",extras = ["voice",]}
2020-04-24 22:52:33 +02:00
[dev-packages]
2020-04-14 02:51:29 +02:00
pytest = "*"
2020-04-14 03:04:05 +02:00
sphinx = "*"
sphinx-rtd-theme = "*"
watchgod = "*"
2019-04-28 18:59:08 +02:00
[requires]
python_version = "3.8"