Files
simple_repo/pyproject.toml
2026-02-04 21:37:35 -08:00

12 lines
231 B
TOML

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