Skip to content

Commit

Permalink
fix: add local packages to ai_api project
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Nov 22, 2024
1 parent 87a2619 commit 2af9c57
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 3 deletions.
5 changes: 5 additions & 0 deletions apps/ai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ dependencies = [
"joblib>=1.3.2",
"loguru>=0.7.2",
"pydantic>=2.5.3",
"langchain-groq>=0.2.1",
"opportunity-finder",
"proposal_writer",
"onboarding"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -67,6 +70,8 @@ ignore_missing_imports = true

[tool.uv.sources]
opportunity-finder = { path = "../../plugins/grant_plugin/opportunity_finder" }
proposal_writer = { path = "../../plugins/grant_plugin/proposal_writer" }
onboarding = { path = "../../plugins/onboarding" }

[build-system]
requires = ["hatchling"]
Expand Down
Loading

0 comments on commit 2af9c57

Please sign in to comment.