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

Merge pull request #222 from MicroJoe/software-barcode

First implementation of software barcode
This commit is contained in:
Patrick Kanzler
2017-06-19 12:57:05 +02:00
committed by GitHub
3 changed files with 39 additions and 1 deletions

View File

@@ -117,7 +117,8 @@ setup(
'pyyaml',
'argparse',
'argcomplete',
'future'
'future',
'viivakoodi>=0.8'
],
setup_requires=[
'setuptools_scm',