add pyusb to the dependencies (relates to #38)

This commit is contained in:
Philipp Klaus
2018-09-14 15:08:17 +02:00
parent f183afbe9d
commit 6b39795667

View File

@@ -42,6 +42,7 @@ setup(name='brother_ql',
"future",
"packbits",
"pillow>=3.3.0",
"pyusb",
],
extras_require = {
#'brother_ql_analyse': ["matplotlib",],