build: add msgspec python requirement

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2025-04-25 05:28:47 -04:00 committed by KevinOConnor
parent f7e33df99d
commit 1e045e8ee0

View file

@ -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'