mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
# Prowler Provider Bulk Importer Dependencies
|
|
#
|
|
# Core HTTP library for API requests
|
|
requests>=2.28.0
|
|
|
|
# YAML parsing support (optional, only needed for YAML input files)
|
|
PyYAML>=6.0
|
|
|
|
# Type hints support for older Python versions (optional)
|
|
typing-extensions>=4.0.0; python_version < '3.8'
|