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

Commit

Permalink
style: black
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Oct 2, 2023
1 parent 1a90067 commit 0d3d058
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions bardapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# Third-party imports
from langdetect import detect
from typing import Optional

try:
from deep_translator import GoogleTranslator
from google.cloud import translate_v2 as translate
Expand Down
17 changes: 9 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ 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",
"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 0d3d058

Please sign in to comment.