Skip to content

Commit

Permalink
Update setup.py with progress module for pi (#650)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update setup.py

Made changes online.
  • Loading branch information
cfox570 committed Oct 10, 2020
1 parent 4fc1473 commit ea92960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -45,15 +45,16 @@ def package_files(directory, strip_leading):
'h5py',
'PrettyTable',
'paho-mqtt',
"simple_pid"
"simple_pid",
'progress'
],
extras_require={
'pi': [
'picamera',
'Adafruit_PCA9685',
'Adafruit_SSD1306',
'RPi.GPIO',
'pyserial',
'pyserial',
],
'nano': [
'Adafruit_PCA9685',
Expand All @@ -63,7 +64,6 @@ def package_files(directory, strip_leading):
'pc': [
'matplotlib',
'imgaug',
'progress',
],
'dev': [
'pytest',
Expand Down

0 comments on commit ea92960

Please sign in to comment.