shishi6shu/backend/requirements.txt
2024-08-23 11:01:27 +00:00

19 lines
470 B
Plaintext
Executable File
Raw Permalink 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.

# requirements.txt
# pip install -r requirements.txt
fastapi # 检查最新版本以使用最新的功能和修复
pydantic # 数据验证和设置管理
asyncpg # 一个快速、纯Python编写的异步PostgreSQL数据库客户端
sqlalchemy # SQLAlchemy支持ORM可选如果需要使用ORM
python-multipart
uvicorn[standard]
psycopg2-binary
passlib
pyJWT
alembic#数据库迁移
#fastapi-utils==0.7.1
# 用于测试
#pytest==7.1.1
#pytest-asyncio==0.18.1