소스 검색

:bug: use c plugin instead of binary

Jeremy Zheng 1 개월 전
부모
커밋
3d60178bd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sutta-pitaka-importer/pyproject.toml

+ 1 - 1
sutta-pitaka-importer/pyproject.toml

@@ -15,7 +15,7 @@ classifiers = [
 license = "MIT"
 license = "MIT"
 dependencies = [
 dependencies = [
     "SQLAlchemy",
     "SQLAlchemy",
-    "psycopg[binary,pool]",
+    "psycopg[c,pool]",
     "mysql-connector-python",
     "mysql-connector-python",
     "langchain",
     "langchain",
     "minio",
     "minio",