Skip to content

Commit

Permalink
build: add optional dependencies for supported database clients
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 6ad80a2 commit 208ac3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ dev = [
"twine",
"yapf",
]
psycopg2 = [
"psycopg2",
]
psycopg2cffi = [
"psycopg2cffi",
]
test = [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 208ac3c

Please sign in to comment.