From 60944b8003ff7ab9ff6ac861f2cebfb4f992712a Mon Sep 17 00:00:00 2001 From: rsc-dev Date: Sun, 8 Oct 2017 16:32:11 +0200 Subject: [PATCH] Added dependencies --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 0c10300..5deaee5 100644 --- a/setup.py +++ b/setup.py @@ -18,4 +18,7 @@ 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules' ], + install_requires=['protobuf'] + ( + ['pywinusb'] if "win" in sys.platform else ['pyusb'] + ) ) \ No newline at end of file