From 2a55e09ff82260c8e3f1283f325fa115fa39133b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 1 Apr 2019 22:20:21 -0400 Subject: scripts: Add a new klippy-requirements.txt file for virtualenv installs Place all of the host software python requirements into a config file. This makes it easier to update the python requirements without having to update several installation scripts. Signed-off-by: Kevin O'Connor --- scripts/klippy-requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/klippy-requirements.txt (limited to 'scripts/klippy-requirements.txt') diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt new file mode 100644 index 00000000..94152f95 --- /dev/null +++ b/scripts/klippy-requirements.txt @@ -0,0 +1,7 @@ +# 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.6.0 +pyserial==3.2.1 +greenlet==0.4.10 -- cgit v1.2.3-70-g09d2