resolve conflicts with main; remove test_mochat_channel.py

This commit is contained in:
Re-bin
2026-02-10 06:52:52 +00:00
11 changed files with 519 additions and 137 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nanobot-ai"
version = "0.1.3.post5"
version = "0.1.3.post6"
description = "A lightweight personal AI assistant framework"
requires-python = ">=3.11"
license = {text = "MIT"}
@@ -34,6 +34,8 @@ dependencies = [
"socksio>=1.0.0",
"python-socketio>=5.11.0",
"msgpack>=1.0.8",
"slack-sdk>=3.26.0",
"qq-botpy>=1.0.0",
]
[project.optional-dependencies]