fix: Replace 'yaml' with 'PyYAML' in requirements files and setup.py

This commit is contained in:
hlohaus
2026-03-21 21:50:21 +01:00
parent 7448194cac
commit d3588a1807
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ a2wsgi
python-dotenv python-dotenv
ddgs ddgs
cloudscraper cloudscraper
yaml PyYAML
+1 -1
View File
@@ -21,4 +21,4 @@ ddgs
cloudscraper cloudscraper
wasmtime wasmtime
numpy numpy
yaml PyYAML
+3 -3
View File
@@ -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]",