Added types-psycopg and pyyaml to dependencies
This commit is contained in:
parent
7106991a04
commit
08aa96fce1
13
poetry.lock
generated
13
poetry.lock
generated
@ -556,6 +556,17 @@ files = [
|
||||
{file = "tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "types-psycopg2"
|
||||
version = "2.9.21.20241019"
|
||||
description = "Typing stubs for psycopg2"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "types-psycopg2-2.9.21.20241019.tar.gz", hash = "sha256:bca89b988d2ebd19bcd08b177d22a877ea8b841decb10ed130afcf39404612fa"},
|
||||
{file = "types_psycopg2-2.9.21.20241019-py3-none-any.whl", hash = "sha256:44d091e67732d16a941baae48cd7b53bf91911bc36888652447cf1ef0c1fb3f6"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "types-pyyaml"
|
||||
version = "6.0.12.20240917"
|
||||
@ -707,4 +718,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "1f74f5e926238c1dc9dcdae2de63e837c9f8378d5d90e57a182fbb5299b299d7"
|
||||
content-hash = "4f441070b4f9efb506eaf4a9c72327b45dc0cdc5e5a640c9c93db93fe462a5fa"
|
||||
|
@ -9,6 +9,7 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
psycopg2 = "^2.9.10"
|
||||
pyyaml = "^6.0.2"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
@ -19,6 +20,7 @@ ruff = "^0.8.1"
|
||||
mypy = "^1.13.0"
|
||||
pylsp-mypy = "^0.6.9"
|
||||
types-pyyaml = "^6.0.12.20240917"
|
||||
types-psycopg2 = "^2.9.21.20241019"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user