Files
libguide-review-aider/pyproject.toml
T
2025-09-17 19:29:45 -04:00

12 lines
247 B
TOML

[project]
name = "libguide-review-aider"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aider-install>=0.2.0",
"openai>=1.107.3",
"python-dotenv>=1.1.1",
]