Install the psycopg binary along with the package

This commit is contained in:
Luís Murta 2023-04-22 23:54:56 +01:00
parent ef9ca1d1ea
commit c4d2d5a378
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -1258,4 +1258,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "cc31ed1ff1c9e446fcadda094494251b015a103df8024c45e442436856977bbb"
content-hash = "0d5131bc7d7faa5c46d9ced61d6c68738d9d818f8f7cf808dcd8e407ee84a328"

View File

@ -12,7 +12,7 @@ python = "^3.10"
codetiming = "^1.4.0"
matplotlib = "^3.7.1"
nordigen = "^1.3.1"
psycopg2 = "^2.9.6"
psycopg2 = {extras = ["binary"], version = "^2.9.6"}
python-dateutil = "^2.8.2"
python-dotenv = "^1.0.0"
pyyaml = "^6.0"