Files
wecom-ai-assistant/backend/requirements.txt
2026-02-05 16:36:32 +08:00

23 lines
355 B
Plaintext

fastapi==0.115.5
uvicorn[standard]==0.32.1
pydantic-settings==2.6.1
python-multipart==0.0.9
python-dotenv==1.0.1
# DB
sqlalchemy[asyncio]==2.0.36
asyncpg==0.30.0
alembic==1.14.0
psycopg2-binary==2.9.10
# Auth
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.1.2
# Logging
python-json-logger==2.0.7
# WeCom Crypto
pycryptodome==3.21.0