We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049ea77 commit 0cc7cb1Copy full SHA for 0cc7cb1
pyproject.toml
@@ -47,7 +47,16 @@ urls.Documentation = "https://github.com/starfederation/datastar-python/blob/dev
47
urls.GitHub = "https://github.com/starfederation/datastar-python"
48
49
[dependency-groups]
50
-dev = [ "pre-commit>=4.2" ]
+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
+]
60
61
[tool.ruff]
62
line-length = 99
0 commit comments