Files
sfera/services/api-server/pyproject.toml
T
2026-05-16 19:03:49 +03:00

35 lines
765 B
TOML

[project]
name = "sfera-api-server"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115",
"neo4j>=5.0",
"sfera-collaboration",
"sfera-knowledge-base",
"sfera-operations-core",
"sfera-pattern-mining",
"sfera-query-intelligence",
"sfera-impact-engine",
"sfera-incremental-indexer",
"sfera-integration-topology",
"sfera-job-topology",
"sfera-projection-engine",
"sfera-review-engine",
"sfera-runtime-overlays",
"sfera-security-core",
"sfera-semantic-kernel",
"sfera-semantic-search",
"sfera-semantic-versioning",
"sfera-sir",
"sfera-one-c-normalizer",
"sfera-storage-core",
"sfera-transaction-topology",
"sfera-ui-semantics",
"smbprotocol>=1.15",
"uvicorn>=0.30",
]
[tool.uv]
package = true