Skip to content

Commit da62c03

Browse files
committed
remove version mismatched reactpy dependency in test environment, and add missing deps
1 parent bbbf24f commit da62c03

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ artifacts = []
6666
#############################
6767

6868
[tool.hatch.envs.hatch-test]
69-
extra-dependencies = ["pytest-sugar", "anyio", "reactpy[testing,starlette]"]
69+
extra-dependencies = [
70+
"pytest-sugar",
71+
"anyio",
72+
"playwright",
73+
"uvicorn[standard]",
74+
"asgiref",
75+
"asgi-tools",
76+
"servestatic",
77+
"orjson",
78+
]
7079
randomize = true
7180
matrix-name-format = "{variable}-{value}"
7281

0 commit comments

Comments
 (0)