adding dependencies for langchain pg support

This commit is contained in:
zhenjianpeng 2023-06-29 10:44:08 +08:00
commit 177b50695d

View file

@ -70,6 +70,9 @@ pinecone-client = "^2.2.2"
supabase = "^1.0.3"
pymongo = "^4.4.0"
certifi = "^2023.5.7"
psycopg = "^3.1.9"
psycopg-binary = "^3.1.9"
psycopg-c = "^3.1.9"
[tool.poetry.dev-dependencies]