Files
prompt-to-signature/pyproject.toml
2025-11-04 11:00:14 -05:00

8 lines
256 B
TOML

[project]
name = "prompt-to-signature"
version = "0.1.0"
description = "A DSPy agent to convert prompts into DSPY signatures."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["dspy>=3.0.3", "modaic>=0.4.0", "rich>=14.2.0", "typer>=0.20.0"]