There's a security bulletin for Jinja2 v2.10 (CVE-2019-10906). This wont impact Klipper, but best to upgrade the package requirements to avoid getting security alerts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
# This file describes the Python virtualenv package requirements for
|
|
# the Klipper host software (Klippy). These package requirements are
|
|
# typically installed via the command:
|
|
# pip install -r virtualenv-requirements.txt
|
|
cffi==1.12.2
|
|
pyserial==3.4
|
|
greenlet==0.4.15
|
|
Jinja2==2.10.1
|