Initial SFERA platform baseline
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "sfera-runtime-adapter"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.115",
|
||||
"pydantic>=2",
|
||||
"sfera-one-c-normalizer",
|
||||
"uvicorn>=0.30",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
Reference in New Issue
Block a user