chore: update langflow-base dependency path in pyproject.toml (#3091)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-30 17:09:21 -03:00 committed by GitHub
commit 709b90fe0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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