use local nanobot

This commit is contained in:
qixinbo
2026-03-17 15:58:15 +08:00
parent 4b7d8b7b9c
commit 4df61bf324
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ dependencies = [
]
[tool.uv.sources]
nanobot-ai = { path = "../nanobot" }
nanobot-ai = { path = "../nanobot", editable = true }
+2 -2
View File
@@ -250,7 +250,7 @@ requires-dist = [
{ name = "loguru", specifier = ">=0.7.3,<1.0.0" },
{ name = "mcp", specifier = ">=1.26.0,<2.0.0" },
{ name = "msgpack", specifier = ">=1.1.0,<2.0.0" },
{ name = "nanobot-ai", directory = "../nanobot" },
{ name = "nanobot-ai", editable = "../nanobot" },
{ name = "oauth-cli-kit", specifier = ">=0.1.3,<1.0.0" },
{ name = "openai", specifier = ">=2.8.0" },
{ name = "openpyxl", specifier = ">=3.1.5" },
@@ -1727,7 +1727,7 @@ wheels = [
[[package]]
name = "nanobot-ai"
version = "0.1.4.post4"
source = { directory = "../nanobot" }
source = { editable = "../nanobot" }
dependencies = [
{ name = "chardet" },
{ name = "croniter" },