Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Oct 2, 2023
1 parent 222a519 commit c8caacb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ colorama
httpx[http2]>=0.20.0
browser-cookie3
google-cloud-translate
langdetect
langdetect
18 changes: 8 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@ def get_long_description():
url="https://github.com/dsdanielpark/Bard-API",
packages=find_packages(exclude=[]),
python_requires=">=3.6",
install_requires=["httpx[http2]>=0.20.0", "requests"],
extras_require={
"full": [
"deep_translator",
"colorama",
"google-cloud-translate",
"browser_cookie3",
"langdetect",
]
},
install_requires=["httpx[http2]>=0.20.0",
"requests",
"deep_translator",
"colorama",
"google-cloud-translate",
"browser_cookie3",
"langdetect",
],
keywords="Python, API, Bard, Google Bard, Large Language Model, Chatbot API, Google API, Chatbot",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit c8caacb

Please sign in to comment.