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 <david.aghaian@panasonic.aero>
pull/1009/head
David Aghaian 2025-11-25 06:47:18 -08:00 committed by GitHub
parent 24367db1f5
commit cd11e0495a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
pydantic==2.12.4