migrate from pyqrcode to pyqrcodeng
This commit is contained in:
parent
14c6dd268e
commit
a38dedee6c
2 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ python-socketio = "^5.7.2"
|
||||||
minio = "^7.1.12"
|
minio = "^7.1.12"
|
||||||
mutagen = "^1.46.0"
|
mutagen = "^1.46.0"
|
||||||
aiocmd = "^0.1.5"
|
aiocmd = "^0.1.5"
|
||||||
pyqrcode = "^1.2.1"
|
|
||||||
pillow = "^9.3.0"
|
pillow = "^9.3.0"
|
||||||
yt-dlp = "*"
|
yt-dlp = "*"
|
||||||
|
pyqrcodeng = "^1.3.6"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
|
@ -44,7 +44,7 @@ from traceback import print_exc
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
import pyqrcode
|
import pyqrcodeng as pyqrcode
|
||||||
import socketio
|
import socketio
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue