diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-01 22:58:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-04 18:35:23 -0400 |
commit | 890a5ea6bbbeedaf52a5e65a463c8b05675a5c7c (patch) | |
tree | 09d4112c64735b63779d8f263d874b70ca1b2837 /scripts/klippy-requirements.txt | |
parent | e6157c1600a0b8d466db306a0d1a58ecc7ad7cc4 (diff) | |
download | kutter-890a5ea6bbbeedaf52a5e65a463c8b05675a5c7c.tar.gz kutter-890a5ea6bbbeedaf52a5e65a463c8b05675a5c7c.tar.xz kutter-890a5ea6bbbeedaf52a5e65a463c8b05675a5c7c.zip |
scripts: Update klippy-requirements.txt to latest version of packages
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/klippy-requirements.txt')
-rw-r--r-- | scripts/klippy-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 94152f95..94076954 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -2,6 +2,6 @@ # the Klipper host software (Klippy). These package requirements are # typically installed via the command: # pip install -r virtualenv-requirements.txt -cffi==1.6.0 -pyserial==3.2.1 -greenlet==0.4.10 +cffi==1.12.2 +pyserial==3.4 +greenlet==0.4.15 |