Skip to content

Commit

Permalink
Add psycopg3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-shtaub committed Nov 26, 2023
1 parent 9d8752a commit be14cf4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repos:
additional_dependencies:
- attrs==21.4.0
- click==8.0.3
- psycopg[pool]==3.1.13
- sqlalchemy[mypy]==1.4.29
- types-croniter==1.0.4
- types-psycopg2==2.9.5
Expand Down
43 changes: 41 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ psycopg2-binary = "*"
python-dateutil = "*"
sqlalchemy = { version = "^2.0", optional = true }
typing-extensions = { version = "*", python = "<3.8" }
psycopg = {extras = ["pool"], version = "^3.1.13"}

[tool.poetry.extras]
django = ["django"]
Expand Down

0 comments on commit be14cf4

Please sign in to comment.