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
commit b877bc9e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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", "."]