Only enable prompt tracer if git python is installed

This commit is contained in:
Debanjum
2024-11-01 23:57:22 -07:00
parent 5b18dc96e0
commit 31b5fde163
2 changed files with 17 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ dependencies = [
"anthropic == 0.26.1",
"docx2txt == 0.8",
"google-generativeai == 0.8.3",
"gitpython ~= 3.1.43",
]
dynamic = ["version"]
@@ -120,6 +119,7 @@ dev = [
"mypy >= 1.0.1",
"black >= 23.1.0",
"pre-commit >= 3.0.4",
"gitpython ~= 3.1.43",
]
[tool.hatch.version]