Files
simple_repo_with_compile/pyproject.toml
2026-02-22 12:42:09 -08:00

12 lines
236 B
TOML

[project]
name = "simple_repo_with_compile"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["dspy", "modaic"]
[tool.uv.sources]
modaic = { workspace = true }