зеркало из https://github.com/mozilla/treeherder.git
512a70c9c0
Bumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.8.1 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.1...6.8.2) --- updated-dependencies: - dependency-name: whitenoise[brotli] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
README.md | ||
common.in | ||
common.txt | ||
dev.in | ||
dev.txt |
README.md
Requirements
This is a directory of requirements files. They are maintained using pip-tools
:
*.in
- for developers to enter required packages*.txt
- autogenerated bypip-tools
hash-lock the specific versions for production
Upgrading
When you want to upgrade (be sure to run from main treeherder directory, than this directory)
pip-compile --upgrade --generate-hashes --output-file requirements/common.txt requirements/common.in
pip-compile --upgrade --generate-hashes --allow-unsafe --output-file requirements/dev.txt requirements/dev.in