Skip to content

Commit

Permalink
Fix pyproject typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus committed Apr 4, 2024
1 parent 4202268 commit 6c04f3e
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 @@ -26,7 +26,7 @@ langflow = "langflow.__main__:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
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.118.0"
Expand Down

0 comments on commit 6c04f3e

Please sign in to comment.