Update dependencies
Now using the PostgreSQL client library from the distribution package.
This commit is contained in:
parent
abf82176e5
commit
2267bb29b3
1715
poetry.lock
generated
1715
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ python = "^3.11"
|
|||||||
codetiming = "^1.4.0"
|
codetiming = "^1.4.0"
|
||||||
matplotlib = "^3.7.1"
|
matplotlib = "^3.7.1"
|
||||||
nordigen = "^1.3.1"
|
nordigen = "^1.3.1"
|
||||||
psycopg2 = {extras = ["binary"], version = "^2.9.6"}
|
psycopg2 = "^2.9.6"
|
||||||
python-dateutil = "^2.8.2"
|
python-dateutil = "^2.8.2"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
pyyaml = "^6.0"
|
pyyaml = "^6.0"
|
||||||
@ -27,6 +27,7 @@ pytest = "^7.3.0"
|
|||||||
pytest-cov = "^4.0.0"
|
pytest-cov = "^4.0.0"
|
||||||
pytest-mock = "^3.10.0"
|
pytest-mock = "^3.10.0"
|
||||||
sqlalchemy = {extras = ["mypy"], version = "^2.0.9"}
|
sqlalchemy = {extras = ["mypy"], version = "^2.0.9"}
|
||||||
|
ruff = "^0.0.267"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user