Skip to content

Commit

Permalink
chore: update langflow-base dependency path in pyproject.toml (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Jul 30, 2024
1 parent 314e787 commit 709b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ langflow = "langflow.__main__:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
langflow-base ={ path = "./src/backend/base", develop = true }
langflow-base = { path = "./src/backend/base", develop = true }
beautifulsoup4 = "^4.12.2"
google-search-results = "^2.4.1"
google-api-python-client = "^2.130.0"
Expand Down

0 comments on commit 709b90f

Please sign in to comment.