scripts: update moonraker python requirements
Remove python jose and cryptography. Add pynacl. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
39343f984a
commit
108d0578a2
|
@ -36,7 +36,7 @@ cleanup_legacy() {
|
|||
install_packages()
|
||||
{
|
||||
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
|
||||
PKGLIST="${PKGLIST} liblmdb0 rsync zlib1g-dev"
|
||||
PKGLIST="${PKGLIST} liblmdb0 libsodium-dev zlib1g-dev"
|
||||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
|
|
|
@ -6,4 +6,4 @@ lmdb==1.2.1
|
|||
streaming-form-data==1.8.1
|
||||
distro==1.5.0
|
||||
inotify-simple==1.3.5
|
||||
python-jose[cryptography]==3.2.0
|
||||
libnacl==1.7.2
|
||||
|
|
Loading…
Reference in New Issue