service-preprocessing/pyproject.toml
2025-09-26 13:51:14 +02:00

17 lines
384 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",
"httpx>=0.28.1",
"msal>=1.34.0",
"pandas>=2.3.2",
"pydantic>=2.11.9",
"pydantic-settings>=2.10.1",
"pyyaml>=6.0.2",
"sqlalchemy>=2.0.43",
"uvicorn>=0.37.0",
]