Files
anki/python
Damien Elmes 981b37e44d Pin setuptools to 0.69 in binary builds
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.
2024-09-30 22:36:42 +10:00
..
2021-10-18 19:50:40 +10:00
2022-11-27 15:24:20 +10:00
2022-11-27 15:24:20 +10:00
2024-02-18 11:21:50 +07:00
2024-02-18 11:21:50 +07:00
2024-02-18 11:21:50 +07:00
2024-02-18 11:21:50 +07:00
2024-02-18 11:21:50 +07:00
2024-02-18 11:21:50 +07:00

  • 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.