# Weibo-HotSign Unified Backend Requirements # Web Framework & Server fastapi==0.104.1 uvicorn[standard]==0.24.0 # Task Queue celery==5.3.6 redis==5.0.1 # Database sqlalchemy==2.0.23 aiomysql==0.2.0 PyMySQL==1.1.0 aiosqlite==0.19.0 # Configuration, Validation, and Serialization pydantic-settings==2.0.3 pydantic[email]==2.5.0 python-multipart==0.0.6 # Security bcrypt==4.1.2 PyJWT[crypto]==2.8.0 pycryptodome==3.19.0 # HTTP & Utilities httpx==0.25.2 requests==2.31.0 python-dotenv==1.0.0 croniter==2.0.1 # Logging and Monitoring structlog==23.2.0 # Testing pytest==7.4.3 pytest-asyncio==0.21.1 hypothesis==6.92.1