Add requirements.txt for the .tools Python venv

Freezes the dev toolchain (numpy, pandas, pillow, mpyq, odfpy, asarPy,
defusedxml, python-dateutil, six) so any machine rebuilds .venv from this
instead of copying the 176MB virtualenv. Supports the multi-machine workflow:
clone via git, then 'python -m venv .venv && .venv/bin/pip install -r requirements.txt'.
This commit is contained in:
DuvelCorp
2026-09-09 16:58:19 +02:00
parent da645fa53c
commit de6621f41f
+9
View File
@@ -0,0 +1,9 @@
asarPy==1.0.1
defusedxml==0.7.1
mpyq==0.2.5
numpy==2.4.3
odfpy==1.4.1
pandas==3.0.1
pillow==12.1.1
python-dateutil==2.9.0.post0
six==1.17.0