From bef91402ca01434c1930d6af671be6bfce33000d Mon Sep 17 00:00:00 2001 From: Sambhav Dixit <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:26:23 +0530 Subject: [PATCH] Add reportlab to pyproject.toml added dependency to pyproject.toml . --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e0f2469a..8a273558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ aiofiles = "*" swarm-models = "*" clusterops = "*" chromadb = "*" +reportlab = "*" [tool.poetry.scripts] swarms = "swarms.cli.main:main"