mirror of https://github.com/Desuuuu/klipper.git
klippy-requirements: Update dependencies to support Python 3.9+
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
bcbdc983a8
commit
cc2a313c10
|
@ -2,8 +2,8 @@
|
||||||
# the Klipper host software (Klippy). These package requirements are
|
# the Klipper host software (Klippy). These package requirements are
|
||||||
# typically installed via the command:
|
# typically installed via the command:
|
||||||
# pip install -r klippy-requirements.txt
|
# pip install -r klippy-requirements.txt
|
||||||
cffi==1.12.2
|
cffi==1.14.6
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
greenlet==0.4.15
|
greenlet==1.1.2
|
||||||
Jinja2==2.11.3
|
Jinja2==2.11.3
|
||||||
python-can==3.3.4
|
python-can==3.3.4
|
||||||
|
|
Loading…
Reference in New Issue