Remove empty lines in pyproject.toml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-01-31 17:00:22 -03:00
commit da9b139801

View file

@ -25,8 +25,6 @@ documentation = "https://docs.langflow.org"
langflow = "langflow.__main__:main"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
fastapi = "^0.108.0"
uvicorn = "^0.25.0"