tgcrypto
tgcrypto copied to clipboard
aarch64 musl wheel
Could you please add a pre-built wheel for aarch64 musl?
I'm running some scripts on a Raspberry Pi in an alpine container, so I end up having to
apk add --no-cache gcc musl-dev
pip install --no-cache-dir tgcrypto
apk del gcc musl-dev
every time, which is kinda slow.
I tried figuring out how to do it myself so that I can open a PR, but didn't manage to. Hence, the issue.
Thanks in advance!