mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
33 lines
537 B
TOML
33 lines
537 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
colorama = "0.4.4"
|
|
boto3 = "1.26.3"
|
|
arnparse = "0.0.2"
|
|
botocore = "1.27.8"
|
|
pydantic = "1.9.1"
|
|
shodan = "1.28.0"
|
|
detect-secrets = "1.4.0"
|
|
|
|
[dev-packages]
|
|
black = "22.10.0"
|
|
pylint = "2.15.5"
|
|
flake8 = "5.0.4"
|
|
bandit = "1.7.4"
|
|
safety = "2.3.1"
|
|
vulture = "2.6"
|
|
moto = "4.0.9"
|
|
docker = "6.0.0"
|
|
openapi-spec-validator = "0.5.1"
|
|
pytest = "7.1.2"
|
|
pytest-xdist = "2.5.0"
|
|
coverage = "6.4.1"
|
|
sure = "2.0.0"
|
|
freezegun = "1.2.1"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|