mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 15:46:59 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user