|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
|
|
setup(
|
|
|
|
name = 'swarms',
|
|
|
|
name = 'swarms',
|
|
|
|
packages = find_packages(exclude=[]),
|
|
|
|
packages = find_packages(exclude=[]),
|
|
|
|
version = '1.3.1',
|
|
|
|
version = '1.3.2',
|
|
|
|
license='MIT',
|
|
|
|
license='MIT',
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
author = 'Kye Gomez',
|
|
|
|
author = 'Kye Gomez',
|
|
|
@ -58,16 +58,16 @@ setup(
|
|
|
|
'ggl',
|
|
|
|
'ggl',
|
|
|
|
'beautifulsoup4',
|
|
|
|
'beautifulsoup4',
|
|
|
|
# 'llama-index',
|
|
|
|
# 'llama-index',
|
|
|
|
'fastapi',
|
|
|
|
# 'fastapi',
|
|
|
|
'pydantic',
|
|
|
|
'pydantic',
|
|
|
|
'tenacity',
|
|
|
|
'tenacity',
|
|
|
|
# 'python-dotenv',
|
|
|
|
# 'python-dotenv',
|
|
|
|
# 'boto3',
|
|
|
|
# 'boto3',
|
|
|
|
# 'jinja2',
|
|
|
|
# 'jinja2',
|
|
|
|
'python-multipart==0.0.6',
|
|
|
|
# 'python-multipart==0.0.6',
|
|
|
|
'celery',
|
|
|
|
'celery',
|
|
|
|
'redis',
|
|
|
|
'redis',
|
|
|
|
'psycopg2-binary==2.9.5',
|
|
|
|
# 'psycopg2-binary==2.9.5',
|
|
|
|
'google-search-results==2.4.2',
|
|
|
|
'google-search-results==2.4.2',
|
|
|
|
'Pillow',
|
|
|
|
'Pillow',
|
|
|
|
# 'selenium',
|
|
|
|
# 'selenium',
|
|
|
|