blob: 94076954eeeaa7a553f1fbc6eb54ad2c36269f7c (
plain)
1
2
3
4
5
6
7
|
# 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 virtualenv-requirements.txt
cffi==1.12.2
pyserial==3.4
greenlet==0.4.15
|