2019-04-02 05:20:21 +03:00
|
|
|
# This file describes the Python virtualenv package requirements for
|
|
|
|
# the Klipper host software (Klippy). These package requirements are
|
|
|
|
# typically installed via the command:
|
2019-06-21 20:32:54 +03:00
|
|
|
# pip install -r klippy-requirements.txt
|
2019-04-02 05:58:08 +03:00
|
|
|
cffi==1.12.2
|
|
|
|
pyserial==3.4
|
|
|
|
greenlet==0.4.15
|
2021-03-25 18:05:27 +03:00
|
|
|
Jinja2==2.11.3
|
2021-02-08 00:59:18 +03:00
|
|
|
python-can==3.3.4
|