mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-04-22 15:47:11 +08:00
fix: Replace 'yaml' with 'PyYAML' in requirements files and setup.py
This commit is contained in:
@@ -19,4 +19,4 @@ a2wsgi
|
|||||||
python-dotenv
|
python-dotenv
|
||||||
ddgs
|
ddgs
|
||||||
cloudscraper
|
cloudscraper
|
||||||
yaml
|
PyYAML
|
||||||
+1
-1
@@ -21,4 +21,4 @@ ddgs
|
|||||||
cloudscraper
|
cloudscraper
|
||||||
wasmtime
|
wasmtime
|
||||||
numpy
|
numpy
|
||||||
yaml
|
PyYAML
|
||||||
@@ -42,7 +42,7 @@ EXTRA_REQUIRE = {
|
|||||||
"cloudscraper",
|
"cloudscraper",
|
||||||
"wasmtime",
|
"wasmtime",
|
||||||
"numpy",
|
"numpy",
|
||||||
"yaml",
|
"PyYAML",
|
||||||
],
|
],
|
||||||
'slim': [
|
'slim': [
|
||||||
"curl_cffi>=0.6.2",
|
"curl_cffi>=0.6.2",
|
||||||
@@ -64,7 +64,7 @@ EXTRA_REQUIRE = {
|
|||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
"aiofile",
|
"aiofile",
|
||||||
"cloudscraper",
|
"cloudscraper",
|
||||||
"yaml",
|
"PyYAML",
|
||||||
],
|
],
|
||||||
"image": [
|
"image": [
|
||||||
"pillow",
|
"pillow",
|
||||||
@@ -82,7 +82,7 @@ EXTRA_REQUIRE = {
|
|||||||
"uvicorn",
|
"uvicorn",
|
||||||
"python-multipart",
|
"python-multipart",
|
||||||
"a2wsgi",
|
"a2wsgi",
|
||||||
"yaml"
|
"PyYAML"
|
||||||
],
|
],
|
||||||
"gui": [
|
"gui": [
|
||||||
"werkzeug", "flask[async]",
|
"werkzeug", "flask[async]",
|
||||||
|
|||||||
Reference in New Issue
Block a user