creative_studio/backend/requirements.txt
2026-01-25 19:27:44 +08:00

48 lines
613 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Creative Studio Backend Dependencies
# Python 3.11+
# Web Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
# GLM API官方 SDK 安装)
zai-sdk>=0.2.0
# Database
# Database
motor==3.3.2
pymongo==4.6.0
# Redis
redis==5.0.1
# Data Validation
pydantic>=2.7.0
pydantic-settings
# Authentication
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
# Async Tasks
celery==5.3.4
kombu==5.3.4
# HTTP Client
httpx==0.25.2
aiohttp==3.9.1
# Utilities
python-dotenv==1.0.0
# Vector Database
chromadb==0.4.18
# Development
pytest==7.4.3
pytest-asyncio==0.21.1
black==23.12.0
flake8==6.1.0
mypy==1.7.1