BaseballBot/GhostBallBot/Pipfile
c0de 7d684d8b9d Install pylint and black
for formatting and ensuring the code conforms to PEP standards
2022-10-24 19:59:18 -05:00

17 lines
208 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
discord = "*"
peewee = "*"
dateparser = "*"
pylint = "*"
black = "*"
[dev-packages]
[requires]
python_version = "3.10"