Fixed QR functionality in the API container.
This commit is contained in:
@@ -51,13 +51,14 @@ web = [
|
|||||||
"flask>=3.0.0",
|
"flask>=3.0.0",
|
||||||
"gunicorn>=21.0.0",
|
"gunicorn>=21.0.0",
|
||||||
"qrcode>=7.3.0",
|
"qrcode>=7.3.0",
|
||||||
"pyzbar",
|
"pyzbar>=0.1.9",
|
||||||
]
|
]
|
||||||
api = [
|
api = [
|
||||||
"fastapi>=0.100.0",
|
"fastapi>=0.100.0",
|
||||||
"uvicorn[standard]>=0.20.0",
|
"uvicorn[standard]>=0.20.0",
|
||||||
"python-multipart>=0.0.6",
|
"python-multipart>=0.0.6",
|
||||||
"qrcode>=7.30",
|
"qrcode>=7.30",
|
||||||
|
"pyzbar>=0.1.9",
|
||||||
]
|
]
|
||||||
all = [
|
all = [
|
||||||
"stegasoo[cli,web,api]",
|
"stegasoo[cli,web,api]",
|
||||||
|
|||||||
Reference in New Issue
Block a user