Files
NotesAgentic/community-server/pyproject.toml
T

13 lines
358 B
TOML

[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"]