From c01364031a37ad24c910a0e5da3806864ff8160e Mon Sep 17 00:00:00 2001 From: Sambhav Dixit <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:22:58 +0530 Subject: [PATCH] added reportlab need this for pdf creation from scratch , used in artifact output type --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 953de517..8f9df9b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,4 +33,5 @@ swarms-memory pre-commit aiofiles swarm-models -clusterops \ No newline at end of file +clusterops +reportlab