fix: python requirements files (#1768)

## Summary
The Python scripts in the current repo have many requirements that are
not mentioned in any requirements.txt files, so I have therefore added
them to the directories that need them.

Question: Should these changes maybe moved into a "root"
requirements.txt file?

---
### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_
This commit is contained in:
Stefan Blixten Karlsson
2026-04-27 19:28:53 +03:00
committed by GitHub
parent b8a51522ca
commit ef98d44ef3
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -1 +1,2 @@
freetype-py==2.5.1
fonttools>=4.62.1
freetype-py>=2.5.1
+5
View File
@@ -0,0 +1,5 @@
pillow>=12.2.0
cairosvg>=2.9.0
matplotlib>=3.10.9
pyserial>=3.5
colorama>=0.4.6