Skip to content

Commit

Permalink
fix(deps): pytest-asyncio should be a test requirement only (#1987)
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke authored Jan 9, 2024
1 parent a841263 commit 865d309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion server/poetry.lock

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

1 change: 0 additions & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ hypercorn = {version = ">=0.13,<0.16", optional = true}
pymongo = {version = ">=4.2.0", optional = true, extras = ["srv", "tls"]}
psycopg = {optional = true, version = "^3.0.15"}
toucan-connectors = {version = "^5.0.0", optional = true, extras = ["google_big_query", "mongo", "Redshift", "snowflake", "awsathena", "mysql"]}
pytest-asyncio = ">=0.21,<0.24"
python-dateutil = "^2.8.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 865d309

Please sign in to comment.