Skip to content

Commit ed9eca7

Browse files
committed
Move psycopg to server group
1 parent b1f44a7 commit ed9eca7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ toml = {version ="^0.10.2"}
4444

4545
junos-eznc = {version="^2.6.8", optional=true}
4646
chromadb = "^0.5.3"
47-
psycopg2-binary = "^2.9.9"
4847
pydantic = "^2.7.4"
4948
daphne = "^4.1.2"
5049
pynacl = "^1.5.0"
@@ -88,6 +87,7 @@ ujson = {version = "^5.7.0" }
8887
openai = {version ="^1.13.3"}
8988
grpcio-health-checking = {version ="^1.53.0"}
9089
pyjwt = "^2.8.0"
90+
psycopg2-binary = "^2.9.9"
9191

9292

9393
[tool.poetry.group.processors]
@@ -104,7 +104,6 @@ unstructured-pytesseract = {version ="^0.3.12"}
104104
python-docx = {version ="^1.1.0"}
105105
cohere = {version ="5.5.4"}
106106
google-cloud-speech = {version ="^2.26.0"}
107-
psycopg2-binary = {version = "^2.9.5" }
108107
mysqlclient = {version ="^2.2.4"}
109108
tiktoken = {version = "^0.4.0" }
110109
ffmpeg-python = {version = "^0.2.0" }

0 commit comments

Comments
 (0)