Files
contexta_be/pyproject.toml
belviskhoremk 5bd496d355 Initial commit
2026-02-22 21:59:37 +00:00

10 lines
184 B
TOML

[project]
name = "contexta-be"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.131.0",
"uvicorn>=0.41.0",
]