service-preprocessing/pyproject.toml
2025-09-24 15:38:55 +02:00

14 lines
317 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",
"pandas>=2.3.2",
"pydantic>=2.11.9",
"pydantic-settings>=2.10.1",
"pyyaml>=6.0.2",
"uvicorn>=0.37.0",
]