From 4df77b21bf00929f561727c4fee28975bd3de124 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sat, 16 Jun 2018 15:51:21 -0700 Subject: [PATCH] add requests dep to pip package --- tools/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index 126f09b6..7b53e906 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -91,7 +91,8 @@ setup( 'ipython', # Used to do the interactive parts of the odrivetool 'PyUSB', # Required to access USB devices from Python through libusb 'PySerial', # Required to access serial devices from Python - 'IntelHex', # Used to by DFU to load firmware files + 'requests', # Used to by DFU to load firmware files + 'IntelHex', # Used to by DFU to download firmware from github 'matplotlib', # Required to run the liveplotter 'pywin32==222;platform_system=="Windows"' # Required for fancy terminal features on Windows ],