mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
10 lines
184 B
TOML
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",
|
|
]
|