1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-07-15 08:43:30 +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', 'argparse',
'argcomplete', 'argcomplete',
'future', 'future',
'pyBarcode==0.8b1' 'viivakoodi>=0.8'
], ],
setup_requires=[ setup_requires=[
'setuptools_scm', 'setuptools_scm',