From cd11e0495acb42ae33c07c75c8f896514a0303a7 Mon Sep 17 00:00:00 2001 From: David Aghaian <16483722+daghaian@users.noreply.github.com> Date: Tue, 25 Nov 2025 06:47:18 -0800 Subject: [PATCH] fix: Adds psycopg dependency in order to run properly (#997) * fix: Adds psycopg dependency in order to run properly * Update requirements.txt Remove the redundant dependncy of psycopg, since [binary] package includes it --------- Co-authored-by: aghaiand --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 8a995224..ec0fb81c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,8 +10,8 @@ requests==2.32.5 tcconfig==0.30.1 sqlalchemy==2.0.44 sqlalchemy_utils==0.42.0 -psycopg==3.2.12 +psycopg[binary]==3.2.12 PyMySQL==1.1.2 tzlocal==5.3.1 python-jose==3.5.0 -pydantic==2.12.4 \ No newline at end of file +pydantic==2.12.4