Skip to content

Commit

Permalink
less dependencies;
Browse files Browse the repository at this point in the history
Former-commit-id: 184fe43
  • Loading branch information
kyegomez committed Aug 9, 2023
1 parent 4a233f1 commit 58b49ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 58b49ea

Please sign in to comment.