# Python dependencies for Bitwarden Secrets Manager Ansible collection 
#
# Install with: pip install -r requirements.txt
#
# For development/testing, also install:
#   ansible-core>=2.9.0
#   ansible-lint

# Bitwarden SDK for Python
bitwarden-sdk>=2.0.0,<3.0.0
