diff options
author | Frank Tackitt <franklyn@tackitt.net> | 2022-02-21 11:26:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 13:26:18 -0500 |
commit | 2b2caa8f050d32efe1659e8d7c7431d07e9e67a0 (patch) | |
tree | 69d06a41838eb20470c37e86fa8625323aaa7caf /scripts | |
parent | 9e153214189d107fedc12b83aefdc42efd9196f9 (diff) | |
download | kutter-2b2caa8f050d32efe1659e8d7c7431d07e9e67a0.tar.gz kutter-2b2caa8f050d32efe1659e8d7c7431d07e9e67a0.tar.xz kutter-2b2caa8f050d32efe1659e8d7c7431d07e9e67a0.zip |
klippy-requirements: Pin markupsafe==1.1.1 to fix python3 (#5286)
Markupsafe updated and the latest version no longer includes `soft_unicode`
Signed-off-by: Franklyn Tackitt <git@frank.af>
Diffstat (limited to 'scripts')
-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..dd46dce0 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 +markupsafe==1.1.1 |