๐Ÿ“ฆ Stream29 / TelegramTrigger

๐Ÿ“„ pyproject.toml ยท 10 lines
1
2
3
4
5
6
7
8
9
10[project]
name = "telegramtrigger"
version = "0.0.1"
description = "Telegram Trigger Plugin for Dify"
requires-python = ">=3.12,<3.14"
dependencies = [
    "dify-plugin>=0.6.0b9",
    "requests>=2.31.0",
]