aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2025-04-25 05:28:47 -0400
committerKevinOConnor <kevin@koconnor.net>2025-05-02 12:19:13 -0400
commit1e045e8ee080c68ef5f35356cc90431ea2f98689 (patch)
tree32b28535992d87345dd5f3a2ef18b2cf19a21daf
parentf7e33df99df4f368b716facc910624a2e45d3e46 (diff)
downloadkutter-1e045e8ee080c68ef5f35356cc90431ea2f98689.tar.gz
kutter-1e045e8ee080c68ef5f35356cc90431ea2f98689.tar.xz
kutter-1e045e8ee080c68ef5f35356cc90431ea2f98689.zip
build: add msgspec python requirement
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
-rw-r--r--scripts/klippy-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt
index 87e664c6..a25eaa34 100644
--- a/scripts/klippy-requirements.txt
+++ b/scripts/klippy-requirements.txt
@@ -10,3 +10,4 @@ Jinja2==2.11.3
python-can==3.3.4
markupsafe==1.1.1
setuptools==75.6.0 ; python_version >= '3.12' # Needed by python-can
+msgspec==0.19.0 ; python_version >= '3.9'