Move the git python dependency into top level dependencies

This commit is contained in:
sabaimran 2024-11-01 22:51:00 -07:00
parent e85dd59295
commit 8d1b1bc78e

View file

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