service-preprocessing/pyproject.toml
2025-09-24 12:15:26 +02:00

10 lines
218 B
TOML

[project]
name = "vo-customer-preprocessor"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.117.1",
"uvicorn>=0.37.0",
]