# Justice Apex Skills - Core Dependencies
# Minimal dependencies; most skills use Python standard library
# Optional: firebase-admin (for MemorySystem with Firestore support)

# No required external dependencies for core functionality
# All 20 skills are implemented with Python 3.8+ standard library

# Optional dependencies for enhanced features:
# firebase-admin>=6.0.0  # For Firestore integration in MemorySystem
# anthropic>=0.7.0       # For Claude integration in LLMRouter (optional)
# google-generativeai>=0.3.0  # For Gemini integration in LLMRouter (optional)
# openai>=1.0.0          # For OpenAI integration in LLMRouter (optional)
