feat(community): 增加签名目录与七类发行入口
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user