Fix pyproject typo

This commit is contained in:
Matheus 2024-04-04 23:21:07 +02:00
commit 6c04f3e44e

View file

@ -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"