Option 1: Use uv export + pip download (simplest)
uv export --output-file requirements.txt
pip download -r requirements.txt -d ./wheels
uv export --output-file requirements.txt
pip download -r requirements.txt -d ./wheels
uv build
copy dist\*.whl wheels\
MicroBin by Dániel Szabó and the FOSS Community. Let's keep the Web compact, accessible and humane!