From 9d571f7b8192866a91d40a1bde96edbb96cd67c3 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 23 Nov 2023 00:27:56 +0100 Subject: [PATCH] update to newest python-barcode --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bcebf47..f7717aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ include_package_data = true install_requires = Pillow>=2.0 qrcode>=4.0 - python-barcode>=0.9.1,<1 + python-barcode>=0.15.0,<1 setuptools six appdirs