Files
MetaHunt/requirements.txt
DuvelCorp de6621f41f 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'.
2026-09-09 16:58:19 +02:00

10 lines
140 B
Plaintext

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