# AIM Python SDK Requirements
# Security Note: Minimum versions are set to address known CVEs

# HTTP library for API communication
requests>=2.31.0

# Ed25519 cryptography (NaCl/libsodium)
PyNaCl>=1.5.0

# Secure credential storage
# CVE-2023-50782, CVE-2024-0727: Update to 43.0.1+
cryptography>=43.0.1
keyring>=24.0.0
