Files
qihuo/requirements.txt
T
dekun 52aca456e9 Add PostgreSQL production backend to eliminate SQLite lock contention.
Support DATABASE_URL with connection pooling, pg_dump backups, SQLite migration script, and deploy_postgres.sh with docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 08:11:42 +08:00

15 lines
355 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.
Flask==3.0.3
requests==2.32.3
python-dotenv==1.0.1
Werkzeug==3.0.3
matplotlib==3.9.2
akshare==1.18.64
# CTP 下单:SimNow 模拟盘 / 期货公司实盘(见 docs/DEPLOY.md
vnpy>=3.9.0
vnpy_ctp>=6.7.11.4
# PostgreSQL 生产库(配置 DATABASE_URL 时启用;未配置则仍用 SQLite)
psycopg[binary]>=3.2.0
psycopg-pool>=3.2.0