matrix-bot/Pipfile

22 lines
311 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 = "*"
yapf = "*"
2020-08-05 23:13:23 +02:00
isort = "*"
2020-08-03 18:32:53 +02:00
[packages]
matrix-bot = {editable = true, path = "."}
2020-08-05 23:13:23 +02:00
appdirs = "*"
2020-08-03 18:32:53 +02:00
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true