aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/klippy-requirements.txt
blob: 7fb2354040e9023ba12c302947b3fae956bb7209 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This file describes the Python virtualenv package requirements for
# the Klipper host software (Klippy).  These package requirements are
# typically installed via the command:
#   pip install -r klippy-requirements.txt
cffi==1.14.6
pyserial==3.4
greenlet==2.0.2 ; python_version < '3.12'
greenlet==3.0.3 ; python_version >= '3.12'
Jinja2==2.11.3
python-can==3.3.4
markupsafe==1.1.1