Files
simple_repo/pyproject.toml
2026-01-02 03:23:55 -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 }