blob: ab560623ee09f19547a30efd1b5ceae2a2c07d4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
==Python Dependency Updates==
This docker image contains the necessary dependencies and scripts to update
in-tree requirement.txt produced by `pip-compile --generate-hashes`, produce a
diff, and submit it to Phabricator.
==Quick Start==
```sh
docker build -t python-dependency-update --no-cache --rm .
docker run -e PYTHON3="1" -e BRANCH="mozilla-central" -e REQUIREMENTS_FILE="taskcluster/docker/funsize-update-generator/requirements.in" python-dependency-update
```
|