mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 15:46:59 +00:00
de6621f41f
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'.
10 lines
140 B
Plaintext
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
|