Files
nested_repo_2/pyproject.toml
2026-02-04 21:38:33 -08:00

12 lines
246 B
TOML

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