# cisco.gnmi Ansible Collection - Python Dependencies
# Install with: pip install -r requirements.txt

# gNMI and gRPC dependencies (REQUIRED)
grpcio>=1.50.0
grpcio-tools>=1.50.0
protobuf>=4.21.0

# Certificate and crypto handling (REQUIRED for TLS)
cryptography>=38.0.0
