mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
* test(pre-commit): Include security checks * test(pre-commit): Include dependencies * test(aws-provider): First unit tests * test(arn-parsing): Include first tests * chore(providers): Remove old comments
24 lines
380 B
TOML
24 lines
380 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
colorama = "0.4.4"
|
|
boto3 = "1.24.8"
|
|
arnparse = "0.0.2"
|
|
botocore = "1.27.8"
|
|
pydantic = "1.9.1"
|
|
moto = {extras = ["iam"], version = "3.1.14"}
|
|
sure = "2.0.0"
|
|
bandit = "1.7.4"
|
|
safety = "1.10.3"
|
|
vulture = "2.4"
|
|
coverage = "6.4.1"
|
|
pytest = "7.1.2"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|