feat(community): 增加签名目录与七类发行入口

This commit is contained in:
2026-09-07 16:52:49 +08:00
parent afb76dc325
commit 508f13e5d8
17 changed files with 1429 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "notesagent-community"
version = "0.3.0a1"
requires-python = ">=3.12"
dependencies = ["fastapi>=0.116,<1", "uvicorn>=0.35,<1", "cryptography>=45,<52", "pydantic>=2.11,<3", "packaging>=25,<27", "pyyaml>=6,<7"]
[dependency-groups]
dev = ["pytest>=8.4,<9", "httpx>=0.28,<1"]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]