clean up project files

This commit is contained in:
Mark Eaton
2025-09-17 19:29:45 -04:00
parent 4fabdd688f
commit a0825022e7
3 changed files with 314 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[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",
]