Update langflow-base dependency path

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-02 11:21:43 -03:00
commit c3053a3442

View file

@ -28,7 +28,7 @@ enable = true
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
langflow-base = "^0.0.15"
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"