12 lines
247 B
TOML
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",
|
|
]
|