fix: package Docker SSH transport
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ description = "A multi-user web Agent with an independently evolvable Work loop.
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"docker>=7.1,<8",
|
"docker[ssh]>=7.1,<8",
|
||||||
"fastapi>=0.116,<1",
|
"fastapi>=0.116,<1",
|
||||||
"httpx>=0.28,<1",
|
"httpx>=0.28,<1",
|
||||||
"PyJWT>=2.10,<3",
|
"PyJWT>=2.10,<3",
|
||||||
|
|||||||
Reference in New Issue
Block a user