Spaces:
Running
Running
[project] | |
name = "foodwise" | |
version = "0.1.0" | |
description = "Add your description here" | |
# readme = "README.md" # Disabled for HuggingFace Spaces deployment | |
authors = [ | |
{ name = "Leo Walker", email = "leowalker89@gmail.com" } | |
] | |
requires-python = ">=3.12" | |
dependencies = [ | |
"fastmcp>=2.11.0", | |
"langchain>=0.3.26", | |
"langchain-openai>=0.3.28", | |
"langgraph>=0.5.3", | |
"langsmith>=0.4.6", | |
"mcp>=1.12.3", | |
"notion-client>=2.4.0", | |
"pydantic-settings>=2.10.1", | |
"pydantic>=2.11.7", | |
"pytest>=8.4.1", | |
"pytest-mock>=3.14.1", | |
"python-dotenv>=1.1.1", | |
"typer[all]>=0.16.0", | |
"fastapi>=0.116.1", | |
"uvicorn>=0.35.0", | |
"httpx>=0.28.1", | |
] | |
[project.scripts] | |
foodwise = "foodwise:main" | |
[build-system] | |
requires = ["hatchling"] | |
build-backend = "hatchling.build" | |
[tool.hatch.build.targets.wheel] | |
packages = ["src/foodwise"] | |
[dependency-groups] | |
dev = [ | |
"black>=25.1.0", | |
"mypy>=1.17.0", | |
"pytest>=8.4.1", | |
"ruff>=0.12.3", | |
] | |
notion = [ | |
"notion-client>=2.4.0", | |
] | |