Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ba1bb3f559
BIN
config/warning_images/generic/Img-020g.png
Normal file
BIN
config/warning_images/generic/Img-020g.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
config/warning_images/st-ten-10/img-025.png
Normal file
BIN
config/warning_images/st-ten-10/img-025.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
|
|
@ -1,7 +1,10 @@
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import win32print
|
import platform
|
||||||
import win32ui
|
|
||||||
|
if platform.system().lower() == "windows":
|
||||||
|
import win32print
|
||||||
|
import win32ui
|
||||||
from PIL import Image, ImageDraw, ImageFont, ImageOps, ImageWin
|
from PIL import Image, ImageDraw, ImageFont, ImageOps, ImageWin
|
||||||
import qrcode
|
import qrcode
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,9 @@ pyqt5
|
||||||
pyqt5-tools
|
pyqt5-tools
|
||||||
pyserial
|
pyserial
|
||||||
pyserial-asyncio
|
pyserial-asyncio
|
||||||
|
qrcode
|
||||||
requests
|
requests
|
||||||
tensorflow
|
tensorflow
|
||||||
#tflite-runtime
|
#tflite-runtime
|
||||||
zebra
|
zebra
|
||||||
pylibdmtx~=0.1.10
|
pylibdmtx~=0.1.10
|
||||||
qrcode
|
|
||||||
Loading…
Reference in New Issue
Block a user