diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e2a8c0d..6cfc36c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,9 @@ python-dateutil = "^2.8.2" quarg = 'quarg.main:main' [tool.poetry.group.dev.dependencies] -psycopg2-binary = "^2.9.5" ruff = "^0.0.260" +psycopg-binary = "^3.1.8" +psycopg = "^3.1.8" [build-system] requires = ["poetry-core"] |