1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

Using viivakoodi instead of pyBarcode

This commit is contained in:
Romain Porte 2017-06-11 10:06:57 +02:00
parent d348712439
commit b963c5668b

View File

@ -116,7 +116,7 @@ setup(
'argparse',
'argcomplete',
'future',
'pyBarcode==0.8b1'
'viivakoodi>=0.8'
],
setup_requires=[
'setuptools_scm',