anki/python
Damien Elmes f8ae64043d set local=False for python/protoc/clang
Suspect this will fix these repos being unnecessarily restarted on
changes to the workspace.
2021-11-01 11:38:20 +10:00
..
pyqt remove PyQt 6.2.0 workarounds 2021-10-29 13:48:39 +10:00
stubs pip/ -> python/ 2021-10-18 19:50:40 +10:00
binary.bzl pip/ -> python/ 2021-10-18 19:50:40 +10:00
BUILD.bazel add aliases to run vendored python and node from command line 2021-10-18 19:50:41 +10:00
licenses.json pip/ -> python/ 2021-10-18 19:50:40 +10:00
licenses.sh pip/ -> python/ 2021-10-18 19:50:40 +10:00
python.bzl set local=False for python/protoc/clang 2021-11-01 11:38:20 +10:00
README.md improve PyQt install 2021-10-23 10:56:17 +10:00
requirements.in vendor stringcase 2021-10-22 08:56:44 +10:00
requirements.txt add hashes to most Python deps 2021-10-23 08:54:34 +10:00
update.py add hashes to most Python deps 2021-10-23 08:54:34 +10:00

To achieve reproducible builds we use pip-tools to lock packages to a particular version. Sadly this is complicated by the fact that Python can only tell us which transitive dependencies are required by actually installing packages, and if you run pip-tools on a Mac or Linux machine, it will miss packages that are required on Windows and vice versa.

Currently the Windows dependencies are a strict superset, so the package locks need to be generated on a Windows machine. To do so, run "bazel run update" from this folder.

pyqt is handled separately - see pyqt/