mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
17 lines
232 B
TOML
17 lines
232 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"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|