39 lines
666 B
Plaintext
39 lines
666 B
Plaintext
aiohttp
|
|
discord.py
|
|
python-dotenv
|
|
asyncpg
|
|
redis>=4.2 # For redis.asyncio
|
|
Flask
|
|
Flask-Cors
|
|
gunicorn
|
|
openai
|
|
tiktoken
|
|
google-cloud-storage
|
|
beautifulsoup4
|
|
requests
|
|
fastapi
|
|
uvicorn[standard] # Use standard install for performance features like websockets if needed later
|
|
python-multipart
|
|
python-jose[cryptography] # For JWT handling in auth
|
|
itsdangerous # For secure session cookies
|
|
pydantic-settings # For loading config from .env
|
|
tenacity
|
|
cachetools
|
|
pillow
|
|
lxml
|
|
PyNaCl
|
|
discord-webhook
|
|
openrouter
|
|
google-cloud-vertexai==1.53.0
|
|
protobuf==3.20.3
|
|
proto-plus==1.23.0
|
|
aiosqlite
|
|
# Stable Diffusion dependencies
|
|
torch
|
|
diffusers
|
|
transformers
|
|
accelerate
|
|
tqdm
|
|
safetensors
|
|
xformers
|