diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-10-04 15:09:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-10-04 15:10:46 -0400 |
commit | cc63fd51b226f86aa684342241c20e2e2b84f8da (patch) | |
tree | 2eaef79a5a6cd96e536000518901cdef568c8490 /scripts/klippy-requirements.txt | |
parent | 41d42a07bf2ad23762dac02b615865efa86adfec (diff) | |
download | kutter-cc63fd51b226f86aa684342241c20e2e2b84f8da.tar.gz kutter-cc63fd51b226f86aa684342241c20e2e2b84f8da.tar.xz kutter-cc63fd51b226f86aa684342241c20e2e2b84f8da.zip |
scripts: Use backport of a recent Python3 configparser on Python2
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/klippy-requirements.txt')
-rw-r--r-- | scripts/klippy-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 77c2b8ef..bdc431ed 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -7,3 +7,4 @@ pyserial==3.4 greenlet==1.1.2 Jinja2==2.11.3 python-can==3.3.4 +configparser==4.0.2 |