migrate from pyqrcode to pyqrcodeng

This commit is contained in:
Christoph Stahl 2023-05-23 14:47:52 +02:00
parent 14c6dd268e
commit a38dedee6c
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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