mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Only enable prompt tracer if git python is installed
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user