Multi-LLM-API-Gateway / requirements.txt
Alibrown's picture
Update requirements.txt
d919bb8 verified
raw
history blame
587 Bytes
# PyFundaments Core Dependencies (always needed)
asyncpg
python-dotenv
passlib
cryptography
# MCP Hub Dependencies (needed for app/mcp.py)
fastmcp
httpx
quart
# Additional dependencies for specific app types:
# Uncomment what your application needs
# File operations (ML, data processing, file uploads)
#aiofiles
# Web applications (Flask-based apps, APIs)
#Flask[async]
# HTTP client operations (API calls, webhooks)
requests
# Discord bots
#discord.py
#PyNaCl
# Alternative PostgreSQL driver (if not using asyncpg)
#psycopg2-binary
# Production web server
# waitress
hypercorn