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

Commit 0d3d058

Browse files
committed
style: black
1 parent 1a90067 commit 0d3d058

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

bardapi/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Third-party imports
1212
from langdetect import detect
1313
from typing import Optional
14+
1415
try:
1516
from deep_translator import GoogleTranslator
1617
from google.cloud import translate_v2 as translate

setup.py

+9-8
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ def get_long_description():
3434
url="https://github.com/dsdanielpark/Bard-API",
3535
packages=find_packages(exclude=[]),
3636
python_requires=">=3.6",
37-
install_requires=["httpx[http2]>=0.20.0",
38-
"requests",
39-
"deep_translator",
40-
"colorama",
41-
"google-cloud-translate",
42-
"browser_cookie3",
43-
"langdetect",
44-
],
37+
install_requires=[
38+
"httpx[http2]>=0.20.0",
39+
"requests",
40+
"deep_translator",
41+
"colorama",
42+
"google-cloud-translate",
43+
"browser_cookie3",
44+
"langdetect",
45+
],
4546
keywords="Python, API, Bard, Google Bard, Large Language Model, Chatbot API, Google API, Chatbot",
4647
classifiers=[
4748
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)