Add psycopg2-binary
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Oliver Traber 2024-04-20 13:38:18 +02:00
parent cf4d3788bd
commit 0c502630c7
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 83 additions and 1 deletions

View file

@ -15,6 +15,7 @@ websockets = "^12.0"
sqlalchemy = "^2.0.28"
alembic = "^1.13.1"
gunicorn = "^22.0.0"
psycopg2-binary = "^2.9.9"
[build-system]
requires = ["poetry-core"]