1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

barcodes: replace viivakoodi with python-barcode

python-barcode is yet another clone of the PyPI barcode library, but
which is still developped compared to viivakoodi.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
This commit is contained in:
Romain Porte
2019-10-07 07:25:28 +02:00
parent ab210b5996
commit b0ea9aec41
4 changed files with 5 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ install_requires =
Pillow>=2.0
qrcode>=4.0
pyserial
python-barcode>=0.9.1,<1
six
appdirs
PyYAML