second-brain / pyproject.toml
betterwithage's picture
Ship SOFTWARE holographic second-brain Space. publication_eligible false. Lambda = Conjecture 1.
8abad49 verified
Raw
History Blame Contribute Delete
479 Bytes
[project]
name = "szl-second-brain"
version = "1.0.0"
description = "SZL second brain — public retrieval index. Handles only. Λ = Conjecture 1."
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
authors = [{ name = "SZL Holdings" }]
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
]
[project.optional-dependencies]
test = ["pytest>=8.0"]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-q"
pythonpath = ["."]