matrix-bot/Pipfile

21 lines
297 B
TOML
Raw Normal View History

2020-08-03 18:32:53 +02:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
flake8-quotes = "*"
flake8-annotations = "*"
black = "*"
yapf = "*"
[packages]
matrix-bot = {editable = true, path = "."}
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true