fix: package Docker SSH transport

This commit is contained in:
wuyang
2026-07-26 13:03:24 +08:00
parent 0b4d799216
commit 8cc8b93fc5
+1 -1
View File
@@ -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",