mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Move the git python dependency into top level dependencies
This commit is contained in:
parent
e85dd59295
commit
8d1b1bc78e
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,8 @@ dependencies = [
|
|||
"django_apscheduler == 0.6.2",
|
||||
"anthropic == 0.26.1",
|
||||
"docx2txt == 0.8",
|
||||
"google-generativeai == 0.8.3"
|
||||
"google-generativeai == 0.8.3",
|
||||
"gitpython ~= 3.1.43",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
@ -119,7 +120,6 @@ dev = [
|
|||
"mypy >= 1.0.1",
|
||||
"black >= 23.1.0",
|
||||
"pre-commit >= 3.0.4",
|
||||
"gitpython ~= 3.1.43",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
|
Loading…
Reference in a new issue