BookSystem/backend/auth/requirements.txt

15 lines
266 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.

# FastAPI核心
fastapi>=0.133.0
uvicorn[standard]>=0.41.0
# Pydantic数据验证
pydantic>=2.5.0
pydantic-settings>=2.1.0
# PostgreSQL + SQLAlchemy ORM包含异步支持
sqlalchemy>=2.0.46
asyncpg>=0.31.0
alembic>=1.18.4
# Redis异步客户端
redis>=7.2.0