From b963c5668b8279a3943a827b0f8045a2e8f851af Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Sun, 11 Jun 2017 10:06:57 +0200 Subject: [PATCH] Using viivakoodi instead of pyBarcode --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd4a3ed..c2460da 100755 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ setup( 'argparse', 'argcomplete', 'future', - 'pyBarcode==0.8b1' + 'viivakoodi>=0.8' ], setup_requires=[ 'setuptools_scm',