mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
feat(setup.py): update dependencies and extras_require
This commit is contained in:
parent
6d19ba6956
commit
711f2f097e
1 changed files with 3 additions and 5 deletions
8
setup.py
8
setup.py
|
|
@ -12,7 +12,9 @@ INSTALL_REQUIRE = [
|
|||
"requests",
|
||||
"aiohttp",
|
||||
"brotli",
|
||||
"pycryptodome"
|
||||
"pycryptodome",
|
||||
"curl_cffi>=0.6.2",
|
||||
"cloudscraper" # Cloudflare
|
||||
]
|
||||
|
||||
EXTRA_REQUIRE = {
|
||||
|
|
@ -33,7 +35,6 @@ EXTRA_REQUIRE = {
|
|||
"platformdirs",
|
||||
"plyer",
|
||||
"cryptography",
|
||||
####
|
||||
"aiohttp_socks", # proxy
|
||||
"pillow", # image
|
||||
"cairosvg", # svg image
|
||||
|
|
@ -74,9 +75,6 @@ EXTRA_REQUIRE = {
|
|||
],
|
||||
"local": [
|
||||
"gpt4all"
|
||||
],
|
||||
"curl_cffi": [
|
||||
"curl_cffi>=0.6.2",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue