diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-30 13:07:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-10-01 19:07:48 -0400 |
commit | cc2a313c1005e7cbc55a9efc766fbbbb274a4d0d (patch) | |
tree | c5f6aa3051e5be5e3a2389a866501824d58fc6a8 | |
parent | bcbdc983a8d768aa6514fe2adb2541d1b9085a00 (diff) | |
download | kutter-cc2a313c1005e7cbc55a9efc766fbbbb274a4d0d.tar.gz kutter-cc2a313c1005e7cbc55a9efc766fbbbb274a4d0d.tar.xz kutter-cc2a313c1005e7cbc55a9efc766fbbbb274a4d0d.zip |
klippy-requirements: Update dependencies to support Python 3.9+
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | scripts/klippy-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index efb87798..77c2b8ef 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -2,8 +2,8 @@ # the Klipper host software (Klippy). These package requirements are # typically installed via the command: # pip install -r klippy-requirements.txt -cffi==1.12.2 +cffi==1.14.6 pyserial==3.4 -greenlet==0.4.15 +greenlet==1.1.2 Jinja2==2.11.3 python-can==3.3.4 |