From de6621f41f9e5ed232b6b110a0493347fb78a440 Mon Sep 17 00:00:00 2001 From: DuvelCorp Date: Wed, 9 Sep 2026 16:58:19 +0200 Subject: [PATCH] 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'. --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3c6cf62 --- /dev/null +++ b/requirements.txt @@ -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