Skip to content

Commit

Permalink
Freeze Python requirements for the Control Board client
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Dec 14, 2023
1 parent 8e40415 commit cf74554
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ function installPiscsiCtrlBoard() {
if [[ $SKIP_PACKAGES ]]; then
echo "Skipping package installation"
else
sudo apt-get update && sudo apt-get install libjpeg-dev libpng-dev libopenjp2-7-dev i2c-tools raspi-config --assume-yes --no-install-recommends </dev/null
sudo apt-get update && sudo apt-get install libjpeg-dev libpng-dev libopenjp2-7-dev i2c-tools raspi-config python3-rpi.gpio --assume-yes --no-install-recommends </dev/null
# install python packages through apt that need compilation
sudo apt-get install python3-cbor2 --assume-yes --no-install-recommends </dev/null
fi
Expand Down
14 changes: 7 additions & 7 deletions python/ctrlboard/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#adafruit-circuitpython-busdevice==5.1.1
#adafruit-circuitpython-framebuf==1.4.8
#adafruit-circuitpython-ssd1306==2.12.3
luma-oled==3.8.1
luma.core==2.4.1
luma.oled==3.8.1
Pillow==10.0.1
RPi.GPIO==0.7.0
protobuf==3.19.5
unidecode==1.3.2
pyftdi==0.55.0
pyserial==3.5
pyusb==1.2.1
smbus==1.1.post2

smbus2==0.4.3
Unidecode==1.3.2

0 comments on commit cf74554

Please sign in to comment.