From 6b3979566784d353da73e0a0be7097558f7af835 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 14 Sep 2018 15:08:17 +0200 Subject: [PATCH] add pyusb to the dependencies (relates to #38) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e780709..3ec8b45 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup(name='brother_ql', "future", "packbits", "pillow>=3.3.0", + "pyusb", ], extras_require = { #'brother_ql_analyse': ["matplotlib",],