update:1.更新readme.txt
This commit is contained in:
@@ -5,9 +5,8 @@ python-multipart==0.0.20
|
||||
|
||||
# 数据库
|
||||
sqlalchemy==2.0.25
|
||||
aiosqlite==0.19.0 # SQLite支持(保留用于开发环境)
|
||||
asyncpg==0.29.0 # PostgreSQL异步驱动(生产环境)
|
||||
psycopg2-binary==2.9.9 # PostgreSQL同步驱动(备用)
|
||||
asyncpg==0.29.0 # PostgreSQL异步驱动
|
||||
psycopg2-binary==2.9.9 # PostgreSQL同步驱动(用于迁移脚本)
|
||||
|
||||
# 数据验证
|
||||
pydantic==2.12.4
|
||||
|
||||
Reference in New Issue
Block a user