mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Co-authored-by: Pepe Fagoaga <pepe@verica.io> Co-authored-by: sergargar <sergio@verica.io>
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"
|