Repositories / more_dspy.git
pyproject.toml
Clone (read-only): git clone http://git.guha-anderson.com/git/more_dspy.git
[project]
name = "more-dspy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Arjun Guha", email = "a.guha@northeastern.edu" }
]
requires-python = ">=3.12"
dependencies = [
"dspy>=3.1.3",
]
[project.scripts]
more-dspy = "more_dspy:main"
[build-system]
requires = ["uv_build>=0.10.9,<0.11.0"]
build-backend = "uv_build"
[dependency-groups]
dev = [
"pytest>=9.0.2",
]