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
ddgs
cloudscraper
yaml
PyYAML
+1 -1
View File
@@ -21,4 +21,4 @@ ddgs
cloudscraper
wasmtime
numpy
yaml
PyYAML
+3 -3
View File
@@ -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]",