Anki/python
Damien Elmes b241ab9492
Dependency updates (#3403)
* Bump Python deps

Primarily for flask-cors CVE

* Bump TS deps; pin license checker

Current checker is missing the binary
https://github.com/RSeidelsohn/license-checker-rseidelsohn/issues/118

* Update Rust deps

Hyper and axum are held back as we currently make use of the older
http library that reqwest pulls in
2024-09-04 12:21:50 +07:00
..
sphinx Add Sphinx documentation generation functionality (#2720) 2023-10-13 13:03:54 +10:00
licenses.json pip/ -> python/ 2021-10-18 19:50:40 +10:00
licenses.sh updates to the build process and binary bundles 2022-02-10 19:23:07 +10:00
mkempty.py Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.anki.in Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.aqt.in Use system certificate store (#3050) 2024-03-04 05:48:16 +00:00
requirements.base.in Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.base.txt Dependency updates (#3403) 2024-09-04 12:21:50 +07:00
requirements.bundle.in Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.bundle.txt Dependency updates (#3403) 2024-09-04 12:21:50 +07:00
requirements.dev.in Add dev tools for live-reloading Anki's web views (#2151) 2023-01-03 11:55:58 +10:00
requirements.dev.txt Dependency updates (#3403) 2024-09-04 12:21:50 +07:00
requirements.qt5_14.in Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.qt5_14.txt Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.qt5_15.in Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.qt5_15.txt Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
requirements.qt6_lin.in Update to Qt 6.6.2 2024-02-18 11:21:50 +07:00
requirements.qt6_lin.txt Update to Qt 6.6.2 2024-02-18 11:21:50 +07:00
requirements.qt6_mac.in Update to Qt 6.6.2 2024-02-18 11:21:50 +07:00
requirements.qt6_mac.txt Update to Qt 6.6.2 2024-02-18 11:21:50 +07:00
requirements.qt6_win.in Update to Qt 6.6.2 2024-02-18 11:21:50 +07:00
requirements.qt6_win.txt Update to Qt 6.6.2 2024-02-18 11:21:50 +07:00
requirements.win.in Implement TTS using windows crate (#2371) 2023-02-17 12:26:07 +10:00
requirements.win.txt Implement TTS using windows crate (#2371) 2023-02-17 12:26:07 +10:00
update_python_deps.sh Split the Qt requirements into per-platform deps 2023-06-22 09:46:09 +10:00
update_win_deps.bat Fix TTS handling on Windows 2022-11-29 13:04:51 +10:00
write_wheel.py Update to the latest wheel package; make code work with it 2023-04-12 16:17:00 +10: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.