mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
0f9370c453
* updates to Terrascan v1.2.0 * updates command to explicitly scan terraform for all supported providers * add no cache * specify Pipfile * verbose * remove system * remove cache * put it back * put it back * clear * adding cython * more libs * add system Co-authored-by: Lukas Gravley <admiralawkbar@github.com> Co-authored-by: SVN Migrator <someone@somewhere.com>
25 lines
330 B
TOML
25 lines
330 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
black = "*"
|
|
cfn-lint = "*"
|
|
cython = "*"
|
|
flake8 = "*"
|
|
pylint = "*"
|
|
isort = "*"
|
|
snakefmt = "*"
|
|
snakemake = "*"
|
|
yamllint = "*"
|
|
typing_extensions = "*"
|
|
yq = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|