23 lines
328 B
TOML
23 lines
328 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
flake8 = "*"
|
|
flake8-quotes = "*"
|
|
flake8-annotations = "*"
|
|
yapf = "*"
|
|
isort = "*"
|
|
pre-commit = "*"
|
|
|
|
[packages]
|
|
matrix-bot = {editable = true, path = "."}
|
|
appdirs = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|