mirror of
https://github.com/ankitects/anki.git
synced 2026-04-02 14:10:19 -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 I've had to jiggle around the requirements files so that our dev environment continues to use the latest setuptools, as there have been security issues with old versions.
- 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.