From da9b1398015861d3a41bb17763fa2d67fba30b95 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 31 Jan 2024 17:00:22 -0300 Subject: [PATCH] Remove empty lines in pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 388af2675..455e62b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"