superlint/dependencies/Pipfile
Lukas Gravley 08a586cf3b
adding Python MyPy (#1401)
* adding fun

* fix whitespace

* adding tests

* adding the array

* bug in file name

* fix tap

* makes no sense

* adding the hammer

* adding some extra protbuf
2021-03-24 14:00:23 -05:00

27 lines
391 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
ansible-lint = {extras = ["core"], version = "*"}
black = "*"
cfn-lint = "*"
cython = "*"
flake8 = "*"
isort = "*"
mypy = "*"
pylint = "*"
snakefmt = "*"
snakemake = "*"
typing_extensions = "*"
yamllint = "*"
yq = "*"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true