mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
791 B
TOML
42 lines
791 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"
|
|
alive-progress = "2.4.1"
|
|
tabulate = "0.9.0"
|
|
azure-identity = "1.12.0"
|
|
azure-storage-blob = "12.14.1"
|
|
msgraph-core = "0.2.2"
|
|
azure-mgmt-subscription = "3.1.1"
|
|
azure-mgmt-authorization = "3.0.0"
|
|
azure-mgmt-security = "3.0.0"
|
|
azure-mgmt-storage = "21.0.0"
|
|
|
|
[dev-packages]
|
|
black = "22.10.0"
|
|
pylint = "2.15.10"
|
|
flake8 = "5.0.4"
|
|
bandit = "1.7.4"
|
|
safety = "2.3.1"
|
|
vulture = "2.7"
|
|
moto = "4.1.0"
|
|
docker = "6.0.0"
|
|
openapi-spec-validator = "0.5.1"
|
|
pytest = "7.1.2"
|
|
pytest-xdist = "2.5.0"
|
|
coverage = "7.0.5"
|
|
sure = "2.0.0"
|
|
freezegun = "1.2.1"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|