Skip to content

Commit f91ce9e

Browse files
fix dependecy issue with solara-test
1 parent 36b69bf commit f91ce9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ content-type = "text/markdown"
4242

4343
[project.optional-dependencies]
4444
dev = ["nox", "pre-commit", "mypy"]
45-
test = ["pytest", "pytest-playwright<0.6", "jupyterlab<4", "solara[pytest]"]
45+
test = ["pytest", "pytest-playwright<0.6", "jupyterlab<4", "solara[pytest]", "starlette<1"]
4646
doc = ["sphinx<7", "jupyter-sphinx", "ipykernel", "pydata-sphinx-theme"]
4747

4848
[tool.setuptools]

0 commit comments

Comments
 (0)