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 2d3b21c commit 63503eaCopy full SHA for 63503ea
1 file changed
pyproject.toml
@@ -10,19 +10,20 @@ classifiers = [
10
"Intended Audience :: Developers",
11
]
12
readme = "README.md"
13
-
14
-[project.urls]
15
-Homepage = "https://github.com/Kiln-AI/Kilntainers"
16
-Repository = "https://github.com/Kiln-AI/Kilntainers"
17
-Issues = "https://github.com/Kiln-AI/Kilntainers/issues"
18
19
requires-python = ">=3.13"
20
dependencies = [
21
"e2b>=2.13.2",
22
"mcp>=1.26.0",
23
"modal>=1.3.2",
24
25
+[project.urls]
+Homepage = "https://github.com/Kiln-AI/Kilntainers"
+Repository = "https://github.com/Kiln-AI/Kilntainers"
+Issues = "https://github.com/Kiln-AI/Kilntainers/issues"
+
26
27
[project.optional-dependencies]
28
wasm = ["wasmtime>=41.0.0"]
29
all = ["kilntainers[wasm]"]
0 commit comments