Skip to content

Commit c02935f

Browse files
authored
backend: bring back psycopg2 (#404)
1 parent 9cde193 commit c02935f

File tree

2 files changed

+79
-5
lines changed

2 files changed

+79
-5
lines changed

poetry.lock

Lines changed: 77 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ weaviate-client = "^4.0.0"
2525
lxml = "^4.9.3"
2626
voyageai = "^0.1.4"
2727
pillow = "^10.2.0"
28+
# do not remove this, it's used for indexing
29+
psycopg2-binary = "^2.9.9"
2830

2931
[tool.poetry.group.dev.dependencies]
3032
pytest = "^7.3.0"

0 commit comments

Comments
 (0)