Fixed QR functionality in the API container.

This commit is contained in:
Aaron D. Lee
2025-12-29 15:08:48 -05:00
parent 5217e86ca9
commit f35acfed06

View File

@@ -51,13 +51,14 @@ web = [
"flask>=3.0.0",
"gunicorn>=21.0.0",
"qrcode>=7.3.0",
"pyzbar",
"pyzbar>=0.1.9",
]
api = [
"fastapi>=0.100.0",
"uvicorn[standard]>=0.20.0",
"python-multipart>=0.0.6",
"qrcode>=7.30",
"pyzbar>=0.1.9",
]
all = [
"stegasoo[cli,web,api]",