idea156-kappabridge-privacy.../pyproject.toml

33 lines
718 B
TOML

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "idea156-kappabridge-privacy-safe"
version = "0.1.0"
description = "Privacy-safe offline-first scientific knowledge federation with contract-based sync and governance."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pydantic>=2.0",
"sqlalchemy>=2.0",
"cryptography>=42.0",
"networkx>=3.0",
"pandas>=2.0",
"pillow>=10.0",
"numpy>=1.26",
]
[project.optional-dependencies]
test = ["pytest>=8.0", "build>=1.0"]
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]