Skip to content

Commit

Permalink
Ensure SQLModel is installed as part of the test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Jan 9, 2025
1 parent 2827476 commit d9e3282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ dynamic = ["version"]

[project.optional-dependencies]
test = [
"sqlmodel",
"pytest >= 7.4",
"coverage >= 7",
"psycopg2-binary",
"mysql-connector-python",
]
sqlmodel = ["sqlmodel >= 0.0.12"]
sqlmodel = ["sqlmodel >= 0.0.22"]
citext = ["sqlalchemy-citext >= 1.7.0"]
geoalchemy2 = ["geoalchemy2 >= 0.11.1"]
pgvector = ["pgvector >= 0.2.4"]
Expand Down

0 comments on commit d9e3282

Please sign in to comment.