Browse Source

build: 添加 psycopg2-binary 依赖

yangkaixiang 3 weeks ago
parent
commit
298a137cf2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -7,6 +7,7 @@ requires-python = ">=3.11,<3.14"
 dependencies = [
   "fastmcp>=2.0.0",
   "pywin32>=306; platform_system == 'Windows'",
+  "psycopg2-binary>=2.9.11",
   "requests>=2.31.0",
   "sqlalchemy>=2.0.0",
 ]