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:
|
|
|
|
# pip install -r virtualenv-requirements.txt
|
2019-04-02 05:58:08 +03:00
|
|
|
cffi==1.12.2
|
|
|
|
pyserial==3.4
|
|
|
|
greenlet==0.4.15
|
2019-01-22 22:35:32 +03:00
|
|
|
Jinja2==2.10
|