25 lines
755 B
Plaintext
25 lines
755 B
Plaintext
|
# Supplemental configuration for Moonraker's Update Manager
|
||
|
# plugin. This file should not be modified.
|
||
|
|
||
|
[repo_info moonraker]
|
||
|
origin: https://github.com/arksine/moonraker.git
|
||
|
requirements: scripts/moonraker-requirements.txt
|
||
|
venv_args: -p python3
|
||
|
|
||
|
[repo_info klipper]
|
||
|
origin: https://github.com/kevinoconnor/klipper.git
|
||
|
requirements: scripts/klippy-requirements.txt
|
||
|
venv_args: -p python2
|
||
|
|
||
|
[dist_info debian moonraker]
|
||
|
install_script: scripts/install-moonraker.sh
|
||
|
python_dist_path: /usr/lib/python3/dist-packages
|
||
|
env_package_path: lib/python3.7/site-packages
|
||
|
python_dist_packages:
|
||
|
gpiod
|
||
|
|
||
|
[dist_info debian klipper]
|
||
|
install_script: scripts/install-octopi.sh
|
||
|
python_dist_path: /usr/lib/python2.7/dist-packages
|
||
|
env_package_path: lib/python2.7/site-packages
|