scripts: add "pillow" python requirement
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
aac11a9fb8
commit
0c7fa454e9
|
@ -19,7 +19,7 @@ check_klipper()
|
|||
# Step 2: Install packages
|
||||
install_packages()
|
||||
{
|
||||
PKGLIST="python3-virtualenv python3-dev nginx"
|
||||
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7"
|
||||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Python dependencies for Moonraker
|
||||
tornado==6.0.4
|
||||
pyserial==3.4
|
||||
pillow==8.0.1
|
||||
|
|
Loading…
Reference in New Issue