๐Ÿ“ฆ langgenius / dify-plugin-daemon

๐Ÿ“„ pyproject.toml ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11[project]
name = "both-files-test-plugin"
version = "0.0.1"
dependencies = [
    "dify-plugin>=0.1.0,<0.2.0",
]

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"