Skip to content

Commit f4ec27d

Browse files
committed
fix typo
1 parent f56cc67 commit f4ec27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ urls.Source = "https://github.com/reactive-python/reactpy"
4343
all = ["reactpy[asgi,jinja,testing]"]
4444
asgi = ["asgiref", "asgi-tools", "servestatic", "orjson", "pip"]
4545
jinja = ["jinja2-simple-tags", "jinja2 >=3"]
46-
testing = ["playwright, uvicorn[standard]"]
46+
testing = ["playwright", "uvicorn[standard]"]
4747

4848
[tool.hatch.version]
4949
path = "src/reactpy/__init__.py"

0 commit comments

Comments
 (0)