mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
![]() venv as things like black depended on it. When running in a packaged
build, it wasn't being included, and Anki was failing to start.
I've added it to the anki module instead of aqt, even though only
the latter is currently using it, so that we don't accidentally introduce
the same bug in the future when using typing_extensions from within
libanki.
(cherry picked from commit
|
||
---|---|---|
.. | ||
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_6.in | ||
requirements.qt6_6.txt | ||
requirements.qt6_8.in | ||
requirements.qt6_8.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.