Skip to content
Snippets Groups Projects
Commit a38dedee authored by Christoph Stahl's avatar Christoph Stahl
Browse files

migrate from pyqrcode to pyqrcodeng

parent 14c6dd26
Branches
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@ python-socketio = "^5.7.2"
minio = "^7.1.12"
mutagen = "^1.46.0"
aiocmd = "^0.1.5"
pyqrcode = "^1.2.1"
pillow = "^9.3.0"
yt-dlp = "*"
pyqrcodeng = "^1.3.6"
[build-system]
requires = ["poetry-core"]
......
......@@ -44,7 +44,7 @@ from traceback import print_exc
from typing import Any
from typing import Optional
import pyqrcode
import pyqrcodeng as pyqrcode
import socketio
from PIL import Image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment