final
This commit is contained in:
17
input-to-route/pyproject.toml
Normal file
17
input-to-route/pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user