mirror of
https://github.com/ankitects/anki.git
synced 2026-04-02 07:09:03 -04:00
Newer versions break 'import pkg_resources' from a bundled build, due to Pyoxidizer. https://forums.ankiweb.net/t/anki-24-10-beta/49989/66
- To achieve reproducible builds we use pip-tools to lock packages to a particular version - see update_python_deps.sh
- write_wheel.py is used to generate our wheels.