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
|
||||
ddgs
|
||||
cloudscraper
|
||||
yaml
|
||||
PyYAML
|
||||
+1
-1
@@ -21,4 +21,4 @@ ddgs
|
||||
cloudscraper
|
||||
wasmtime
|
||||
numpy
|
||||
yaml
|
||||
PyYAML
|
||||
@@ -42,7 +42,7 @@ EXTRA_REQUIRE = {
|
||||
"cloudscraper",
|
||||
"wasmtime",
|
||||
"numpy",
|
||||
"yaml",
|
||||
"PyYAML",
|
||||
],
|
||||
'slim': [
|
||||
"curl_cffi>=0.6.2",
|
||||
@@ -64,7 +64,7 @@ EXTRA_REQUIRE = {
|
||||
"python-dotenv",
|
||||
"aiofile",
|
||||
"cloudscraper",
|
||||
"yaml",
|
||||
"PyYAML",
|
||||
],
|
||||
"image": [
|
||||
"pillow",
|
||||
@@ -82,7 +82,7 @@ EXTRA_REQUIRE = {
|
||||
"uvicorn",
|
||||
"python-multipart",
|
||||
"a2wsgi",
|
||||
"yaml"
|
||||
"PyYAML"
|
||||
],
|
||||
"gui": [
|
||||
"werkzeug", "flask[async]",
|
||||
|
||||
Reference in New Issue
Block a user