mirror of https://github.com/Desuuuu/klipper.git
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>
This commit is contained in:
parent
9e15321418
commit
2b2caa8f05
|
@ -7,3 +7,4 @@ pyserial==3.4
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
Jinja2==2.11.3
|
Jinja2==2.11.3
|
||||||
python-can==3.3.4
|
python-can==3.3.4
|
||||||
|
markupsafe==1.1.1
|
||||||
|
|
Loading…
Reference in New Issue