plano/demos/advanced/model_choice_test_harness/pyproject.toml
Adil Hafeez 2a10517144
Merge remote-tracking branch 'origin/main' into demos-overhaul
# Conflicts:
#	demos/shared/chatbot_ui/Dockerfile
2026-02-15 10:34:52 -08:00

26 lines
563 B
TOML

[project]
name = "model-choice-newsletter-code-snippets"
version = "0.1.0"
description = "Benchmarking model alias routing with Plano."
authors = [{name = "Your Name", email = "your@email.com"}]
license = {text = "Apache 2.0"}
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pydantic>=2.0",
"openai>=1.0",
"pyyaml>=6.0",
"planoai>=0.4.1",
]
[project.optional-dependencies]
dev = [
"pytest>=8.3",
]
[tool.hatch.build.targets.wheel]
packages = ["."]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"