fix: Add 'langflow' to workspace configuration (#3935)

Add 'langflow' to workspace configuration in pyproject.toml
This commit is contained in:
Gabriel Luiz Freitas Almeida
2024-09-26 16:07:03 -03:00
committed by GitHub
parent 5520cb647b
commit b877bc9e08

View File

@ -23,6 +23,7 @@ documentation = "https://docs.langflow.org"
[tool.uv.sources]
langflow-base = {workspace = true}
langflow = {workspace = true}
[tool.uv.workspace]
members = ["src/backend/base", "."]