scripts: add "pillow" python requirement

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2020-10-30 08:56:40 -04:00
parent aac11a9fb8
commit 0c7fa454e9
2 changed files with 2 additions and 1 deletions

View File

@ -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..."

View File

@ -1,3 +1,4 @@
# Python dependencies for Moonraker
tornado==6.0.4
pyserial==3.4
pillow==8.0.1