Initial SFERA platform baseline
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user