Spaces:
Running
Running
File size: 1,018 Bytes
bf5a73f ee65abb bf5a73f d551b17 0565c86 d551b17 0565c86 d551b17 bf5a73f c8477e1 bf5a73f 8704a8a aee78d5 bf5a73f ee65abb bf5a73f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
[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",
]
|