From 51278424c130588d81c7662adf14c7a5c19b957c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sun, 4 Feb 2024 12:11:11 -0800 Subject: [PATCH] moving dependencies --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8ba50f8c..f6429bac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,12 +21,11 @@ pydantic = "^2.4.2" langchain = "0.1.0" openai = "^1.7.1" langchain-openai = "^0.0.2" -pyright = "1.1.333" -black = {git = "https://github.com/psf/black.git", rev = "stable"} [tool.poetry.group.dev.dependencies] isort = "^5.13.2" -black = "^24.1" +pyright = "1.1.333" +black = {git = "https://github.com/psf/black.git", rev = "stable"} autoflake = "^2.2.1" pre-commit = "^3.6.0" mkdocs = "^1.4.3" @@ -41,9 +40,6 @@ cairosvg = "^2.7.1" profile = "black" known_first_party = ["crewai"] - - - [tool.poetry.group.test.dependencies] pytest = "^7.4" pytest-vcr = "^1.0.2"