diff options
author | Alan Lord <alanslists@gmail.com> | 2019-06-21 18:32:54 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-21 13:32:54 -0400 |
commit | a613045287564feef31d62f2a93485055ef3639d (patch) | |
tree | 9ce7c8b684e0033d94eb6506026856d884000fb1 | |
parent | f6e9db2d05e5550180ae394d2da519d37740e780 (diff) | |
download | kutter-a613045287564feef31d62f2a93485055ef3639d.tar.gz kutter-a613045287564feef31d62f2a93485055ef3639d.tar.xz kutter-a613045287564feef31d62f2a93485055ef3639d.zip |
scripts: Update klippy-requirements.txt (#1744)
Signed-off-by: Alan Lord <alanslists@gmail.com>
-rw-r--r-- | scripts/klippy-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index c6876c55..7d0c667c 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -1,7 +1,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 +# pip install -r klippy-requirements.txt cffi==1.12.2 pyserial==3.4 greenlet==0.4.15 |