20 lines
459 B
TOML
20 lines
459 B
TOML
[project]
|
|
name = "vo-customer-preprocessor"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiosqlite>=0.20.0",
|
|
"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",
|
|
"pytest>=8.4.2",
|
|
"pytest-asyncio>=1.2.0",
|
|
"pyyaml>=6.0.2",
|
|
"sqlalchemy>=2.0.43",
|
|
"uvicorn>=0.37.0",
|
|
]
|