mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| sphinx | ||
| licenses.json | ||
| licenses.sh | ||
| mkempty.py | ||
| README.md | ||
| requirements.anki.in | ||
| requirements.aqt.in | ||
| requirements.base.in | ||
| requirements.base.txt | ||
| requirements.bundle.in | ||
| requirements.bundle.txt | ||
| requirements.dev.in | ||
| requirements.dev.txt | ||
| requirements.qt5_14.in | ||
| requirements.qt5_14.txt | ||
| requirements.qt5_15.in | ||
| requirements.qt5_15.txt | ||
| requirements.qt6_lin.in | ||
| requirements.qt6_lin.txt | ||
| requirements.qt6_mac.in | ||
| requirements.qt6_mac.txt | ||
| requirements.qt6_win.in | ||
| requirements.qt6_win.txt | ||
| requirements.win.in | ||
| requirements.win.txt | ||
| update_python_deps.sh | ||
| update_win_deps.bat | ||
| write_wheel.py | ||
- 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.