# Backend Plugin Dependencies # These dependencies are required for backend/* plugins # Last Updated: 2026-01-23 # Include base requirements -r requirements.txt # Backend-specific clients openai>=1.3.0 # backend_create_openai: OpenAI API client slack-sdk>=3.23.0 # backend_create_slack: Slack API client PyGithub>=2.1.1 # backend_create_github: GitHub API client discord.py>=2.3.2 # backend_create_discord: Discord API client # Environment and configuration python-dotenv>=1.0.0 # backend_load_env: Load environment variables # Utilities tenacity>=8.2.3 # Retry logic for API calls