Use direct PostgreSQL connections instead of pool to fix init deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-01 08:19:46 +08:00
parent 843b68b412
commit 47ee9602d1
2 changed files with 9 additions and 47 deletions
-1
View File
@@ -11,4 +11,3 @@ vnpy_ctp>=6.7.11.4
# PostgreSQL 生产库(配置 DATABASE_URL 时启用;未配置则仍用 SQLite)
psycopg[binary]>=3.2.0
psycopg-pool>=3.2.0