Skip to content

Commit

Permalink
Moved pysqlite3 to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Jul 10, 2024
1 parent ea576dd commit 43b6fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies = [
"asyncpg",
"fastapi",
"pydantic > 2.0.0",
"pysqlite3",
"psycopg2-binary",
"sqlalchemy >2",
"ujson",
Expand All @@ -25,6 +24,7 @@ dynamic = ["version"]

[project.optional-dependencies]
test = [
"pysqlite3",
"pytest",
"pytest-asyncio",
"requests",
Expand Down

0 comments on commit 43b6fae

Please sign in to comment.