discordalerts/Pipfile

19 lines
306 B
TOML
Raw Permalink Normal View History

2021-06-21 02:10:02 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "*"
beautifulsoup4 = "*"
discord = "*"
requests = "*"
autopep8 = "*"
2021-06-21 14:39:10 +01:00
discum = {git = "https://github.com/Merubokkusu/Discord-S.C.U.M.git"}
2021-06-21 18:07:26 +01:00
pyyaml = "*"
2021-06-21 02:10:02 +01:00
[dev-packages]
[requires]
python_version = "3.9"