first commit
This commit is contained in:
22
nanobot-channel-web/pyproject.toml
Normal file
22
nanobot-channel-web/pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "nanobot-channel-web"
|
||||
version = "0.1.0"
|
||||
description = "Web channel plugin for nanobot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"nanobot-ai>=0.1.4",
|
||||
"aiohttp>=3.9.0",
|
||||
"pydantic>=2.7.0"
|
||||
]
|
||||
|
||||
[project.entry-points."nanobot.channels"]
|
||||
web = "nanobot_channel_web:WebChannel"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["nanobot_channel_web*"]
|
||||
Reference in New Issue
Block a user