Files
busbar-designer/requirements.txt
T
wenil d8cb0dc06d Initial commit: Busbar Designer
Web tool for designing nickel/copper busbars over cylindrical-cell battery
packs (21700, 18650) in hex holders. Flask + build123d backend exports
STEP/DXF/SVG; vanilla JS frontend with live preview, multi-project SQLite
persistence, snapshot history.

Deploy scripts in deploy/ (proxmox-lxc.sh, install.sh, update.sh).
2026-05-24 18:59:50 +03:00

6 lines
162 B
Plaintext

Flask>=3.0
build123d>=0.10.0
ezdxf>=1.2.0
# gunicorn is for production (Docker / systemd); not needed for `python app.py`
gunicorn>=21.0; sys_platform != "win32"