add requests dep to pip package

This commit is contained in:
Oskar Weigl
2018-06-16 15:51:21 -07:00
parent 5ae1a48c4c
commit 4df77b21bf
+2 -1
View File
@@ -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
],