less dependencies;

pull/38/head
Kye 1 year ago
parent e966d5f1b4
commit 184fe4354f

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
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 @@ setup(
'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',

Loading…
Cancel
Save