Skip to content

Commit 0cc7cb1

Browse files
committed
Add back frameworks to dev requirements
1 parent 049ea77 commit 0cc7cb1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,16 @@ urls.Documentation = "https://github.com/starfederation/datastar-python/blob/dev
4747
urls.GitHub = "https://github.com/starfederation/datastar-python"
4848

4949
[dependency-groups]
50-
dev = [ "pre-commit>=4.2" ]
50+
dev = [
51+
"django>=4.2.23",
52+
"fastapi>=0.116.1",
53+
"litestar>=2.17",
54+
"pre-commit>=4.2",
55+
"python-fasthtml>=0.12.25; python_full_version>='3.10'",
56+
"quart>=0.20",
57+
"sanic>=25.3",
58+
"starlette>=0.47.3",
59+
]
5160

5261
[tool.ruff]
5362
line-length = 99

0 commit comments

Comments
 (0)