14 lines
215 B
TOML
14 lines
215 B
TOML
[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
|