diff --git a/setup.py b/setup.py index 282e8fd5..686f7665 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.6.5', + version = '0.6.6', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -17,14 +17,13 @@ setup( 'optimizers', "Prompt Engineering" ], - install_requires=[ + install_requires=[ 'transformers', 'openai', 'langchain', 'torch', 'torchvision', 'asyncio', - 'selenium', 'nest_asyncio', 'bs4', 'playwright', @@ -70,8 +69,7 @@ setup( 'fastapi==0.94.1', 'pydantic==1.10.6', 'tenacity==8.2.2', - 'python-dotenv==1.0.0', - 'Pillow==9.0.0', + 'python-dotenv', 'boto3', 'uvicorn==0.21.1', 'python-ptrace==0.9.8', @@ -83,7 +81,23 @@ setup( 'bitsandbytes==0.37.2', 'psycopg2-binary==2.9.5', 'google-search-results==2.4.2', - 'black==23.1.0' + 'black==23.1.0', + 'Pillow==9.0.0', + 'selenium', + 'diffusers', + 'controlnet_aux', + 'tiktoken', + 'espnet==202301', + 'espnet_model_zoo==0.1.7', + 'flask==2.2.3', + 'flask_cors==3.0.10', + 'waitress==2.1.2', + 'asteroid', + 'speechbrain', + 'timm', + 'typeguard', + 'pytesseract', + 'huggingface_hub', ], classifiers=[ 'Development Status :: 4 - Beta',