All checks were successful
Deploy to Production / deploy (push) Successful in 2m23s
Includes frontend redesign (Navigation, billingApi), backend updates (auth routes, admin routes, LLM service refactor), MSAL removal, and dependency updates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
527 B
Text
Executable file
34 lines
527 B
Text
Executable file
# Web Framework (Async)
|
|
quart==0.20.0
|
|
quart-cors==0.8.0
|
|
hypercorn==0.17.3
|
|
werkzeug==3.1.3
|
|
|
|
# Database (Async)
|
|
motor==3.7.1
|
|
pymongo==4.14.1
|
|
|
|
# Authentication & Security
|
|
bcrypt==4.0.1
|
|
PyJWT==2.8.0
|
|
|
|
# AI & LLM Services
|
|
openai==1.99.5
|
|
stripe>=10.0.0
|
|
|
|
# WebSocket & Real-time
|
|
python-socketio==5.13.0
|
|
|
|
# HTTP Clients
|
|
httpx==0.28.1
|
|
requests==2.31.0
|
|
|
|
# Data Validation & Processing
|
|
pydantic==2.11.7
|
|
pillow==11.3.0
|
|
|
|
# Configuration & Utilities
|
|
python-dotenv==1.1.1
|
|
|
|
# Token estimation (used by backfill_usage.py script)
|
|
tiktoken>=0.9.0
|