From 58b49ea52acf47806fdb09dcaa8e3ab5b035e059 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 9 Aug 2023 17:56:33 -0400 Subject: [PATCH] less dependencies; Former-commit-id: 184fe4354fcd171b7251a1f07e30a2fc3d5df0ca --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e844d9879..7ba403d64 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '1.3.1', + version = '1.3.2', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -58,16 +58,16 @@ 'ggl', 'beautifulsoup4', # 'llama-index', - 'fastapi', + # 'fastapi', 'pydantic', 'tenacity', # 'python-dotenv', # 'boto3', # 'jinja2', - 'python-multipart==0.0.6', + # 'python-multipart==0.0.6', 'celery', 'redis', - 'psycopg2-binary==2.9.5', + # 'psycopg2-binary==2.9.5', 'google-search-results==2.4.2', 'Pillow', # 'selenium',