# ARB Translator Cloud Function Dependencies
# Note: In a real implementation, this would include the compiled Dart binary
# For demo purposes, we'll show the Python wrapper approach

Flask==2.3.3
Werkzeug==2.3.7
requests==2.31.0
google-cloud-functions==1.16.0

# AI Provider SDKs (would be replaced with compiled Dart binary)
openai==1.3.0
deepl==1.15.0
google-cloud-translate==3.11.0
azure-ai-translation==1.0.0

# Utilities
python-dotenv==1.0.0
