mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add files requirements
This commit is contained in:
parent
12c413fd2e
commit
13b6fdef98
5 changed files with 23 additions and 18 deletions
19
setup.py
19
setup.py
|
|
@ -25,7 +25,7 @@ EXTRA_REQUIRE = {
|
|||
"curl_cffi>=0.6.2",
|
||||
"certifi",
|
||||
"browser_cookie3", # get_cookies
|
||||
"duckduckgo-search>=5.0" ,# internet.search
|
||||
"duckduckgo-search>=5.0", # internet.search
|
||||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"platformdirs",
|
||||
"aiohttp_socks", # proxy
|
||||
|
|
@ -36,6 +36,11 @@ EXTRA_REQUIRE = {
|
|||
"uvicorn", # api
|
||||
"nodriver",
|
||||
"python-multipart",
|
||||
"pypdf2", # files
|
||||
"docx",
|
||||
"odfpy",
|
||||
"ebooklib",
|
||||
"openpyxl",
|
||||
],
|
||||
'slim': [
|
||||
"curl_cffi>=0.6.2",
|
||||
|
|
@ -49,22 +54,17 @@ EXTRA_REQUIRE = {
|
|||
"fastapi", # api
|
||||
"uvicorn", # api
|
||||
"python-multipart",
|
||||
"pypdf2", # files
|
||||
"docx",
|
||||
],
|
||||
"image": [
|
||||
"pillow",
|
||||
"cairosvg",
|
||||
"beautifulsoup4"
|
||||
],
|
||||
"webdriver": [
|
||||
"platformdirs",
|
||||
"undetected-chromedriver>=3.5.5",
|
||||
"setuptools",
|
||||
"selenium-wire"
|
||||
],
|
||||
"webview": [
|
||||
"webview",
|
||||
"pywebview",
|
||||
"platformdirs",
|
||||
"plyer",
|
||||
"cryptography"
|
||||
],
|
||||
"api": [
|
||||
|
|
@ -87,7 +87,6 @@ EXTRA_REQUIRE = {
|
|||
],
|
||||
"files": [
|
||||
"spacy",
|
||||
"filesplit",
|
||||
"beautifulsoup4",
|
||||
"pypdf2",
|
||||
"docx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue