2019-04-02 04:20:21 +02: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 19:32:54 +02:00
|
|
|
# pip install -r klippy-requirements.txt
|
2021-09-30 19:07:08 +02:00
|
|
|
cffi==1.14.6
|
2019-04-02 04:58:08 +02:00
|
|
|
pyserial==3.4
|
2021-09-30 19:07:08 +02:00
|
|
|
greenlet==1.1.2
|
2021-03-25 16:05:27 +01:00
|
|
|
Jinja2==2.11.3
|
2021-02-07 22:59:18 +01:00
|
|
|
python-can==3.3.4
|
2022-02-21 19:26:18 +01:00
|
|
|
markupsafe==1.1.1
|