Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar0705 authored Nov 2, 2023
1 parent d89aee5 commit b88790f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from setuptools import find_packages, setup

core_requirements = [
"pydantic>=2.0.3",
"langchain",
"langchain_experimental",
"google-api-python-client",
"openai",
"tiktoken",
"SQLAlchemy",
"elevenlabs==0.2.26",
"elevenlabs==0.2.24",
"google_auth_oauthlib",
"google-auth-httplib2",
"numpy",
Expand Down

0 comments on commit b88790f

Please sign in to comment.