mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-11-29 08:26:21 +00:00
fix: Adds psycopg dependency in order to run properly (#997)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
* 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>
This commit is contained in:
@@ -10,7 +10,7 @@ requests==2.32.5
|
|||||||
tcconfig==0.30.1
|
tcconfig==0.30.1
|
||||||
sqlalchemy==2.0.44
|
sqlalchemy==2.0.44
|
||||||
sqlalchemy_utils==0.42.0
|
sqlalchemy_utils==0.42.0
|
||||||
psycopg==3.2.12
|
psycopg[binary]==3.2.12
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
tzlocal==5.3.1
|
tzlocal==5.3.1
|
||||||
python-jose==3.5.0
|
python-jose==3.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user