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

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
xtsea authored Oct 4, 2024
1 parent e6ba4e6 commit 898eb3f
Showing 1 changed file with 53 additions and 35 deletions.
88 changes: 53 additions & 35 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,42 +35,60 @@ def read(fname, version=False):
],
install_requires=[
"requests",
"aiohttp",
"aiofiles",
"pyrogram",
"bs4",
"google-search-results",
"httpx[http2]",
"Python-IO",
"Pillow",
"openai",
"tqdm",
"pre-commit",
"gpytranslate",
"Flask",
"pymongo",
"pytz",
"urllib3",
"pydantic",
"typing-extensions",
"typing",
"deprecation",
"psutil",
"screeninfo",
"g4f",
"curl_cffi",
"google-generativeai",
"gradio-client",
"gradio",
"huggingface-hub>=0.23.2",
"motor",
"wget",
"uvicorn[standard]",
"fastapi[all]",
"authlib",
"numpy",
"python-dateutil",
],
extras_require={
"porno": [
"aiohttp",
"wget",
"requests",
],
"standard": [
"g4f",
"aiohttp",
"bs4",
"openai",
"google-generativeai",
"curl_cffi",
"huggingface-hub>=0.23.2",
],
"all": [
"aiohttp",
"aiofiles",
"pyrogram",
"bs4",
"google-search-results",
"httpx[http2]",
"Python-IO",
"Pillow",
"openai",
"tqdm",
"pre-commit",
"gpytranslate",
"Flask",
"pymongo",
"pytz",
"urllib3",
"pydantic",
"typing-extensions",
"typing",
"deprecation",
"psutil",
"screeninfo",
"g4f",
"curl_cffi",
"google-generativeai",
"gradio-client",
"gradio",
"huggingface-hub>=0.23.2",
"motor",
"wget",
"uvicorn[standard]",
"fastapi[all]",
"authlib",
"numpy",
"python-dateutil",
],
},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 898eb3f

Please sign in to comment.