2020-12-31 02:23:55 +03:00
|
|
|
# Supplemental configuration for Moonraker's Update Manager
|
2021-03-18 15:26:04 +03:00
|
|
|
# component. This file should not be modified.
|
2020-12-31 02:23:55 +03:00
|
|
|
|
2021-01-20 20:23:04 +03:00
|
|
|
[update_manager static debian moonraker]
|
2020-12-31 02:23:55 +03:00
|
|
|
origin: https://github.com/arksine/moonraker.git
|
|
|
|
requirements: scripts/moonraker-requirements.txt
|
|
|
|
venv_args: -p python3
|
|
|
|
install_script: scripts/install-moonraker.sh
|
|
|
|
python_dist_path: /usr/lib/python3/dist-packages
|
2021-01-31 17:07:55 +03:00
|
|
|
env_package_path: lib/python*/site-packages
|
2020-12-31 02:23:55 +03:00
|
|
|
python_dist_packages:
|
|
|
|
gpiod
|
|
|
|
|
2021-01-20 20:23:04 +03:00
|
|
|
[update_manager static debian klipper]
|
|
|
|
origin: https://github.com/kevinoconnor/klipper.git
|
|
|
|
requirements: scripts/klippy-requirements.txt
|
|
|
|
venv_args: -p python2
|
2020-12-31 02:23:55 +03:00
|
|
|
install_script: scripts/install-octopi.sh
|
|
|
|
python_dist_path: /usr/lib/python2.7/dist-packages
|
2021-01-31 17:07:55 +03:00
|
|
|
env_package_path: lib/python*/site-packages
|