discord-bot-demo/Pipfile

17 lines
212 B
TOML
Raw Permalink Normal View History

2021-08-24 12:36:33 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
discord = "*"
[dev-packages]
2021-08-26 01:49:53 +00:00
watchgod = "*"
2021-08-24 12:36:33 +00:00
[requires]
python_version = "3.8"
[scripts]
2021-08-26 01:49:53 +00:00
command = "watchgod command.main"