18 lines
367 B
TOML
18 lines
367 B
TOML
[project]
|
|
name = "input-to-route"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"dotenv>=0.9.9",
|
|
"fastapi>=0.120.2",
|
|
"openai>=2.6.1",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.3.3",
|
|
"pydantic>=2.12.3",
|
|
"rapidfuzz>=3.14.1",
|
|
"requests>=2.32.5",
|
|
"uvicorn>=0.38.0",
|
|
]
|