Kirana_AI / pyproject.toml
Zappandy's picture
Deploy to HF Space
dae60e5
Raw
History Blame Contribute Delete
716 Bytes
[project]
name = "dukaan-saathi"
version = "0.1.0"
description = "Small-model inventory copilot MVP for Telugu/code-mixed kirana store workflows"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio==6.16.0",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"python-multipart>=0.0.20",
"pydantic>=2.0.0",
"pandas>=3.0.3",
"pillow>=12.2.0",
"requests>=2.34.2",
"modal>=1.0.0",
"pytest",
"langchain-core>=1.4.6",
"jinja2>=3.1.6",
"python-dotenv>=1.2.2",
"smolagents>=1.26.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["dukaan_saathi"]
[tool.uv]
package = true