зеркало из https://github.com/mozilla/treeherder.git
f960855ed0
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.7.0 to 9.7.1. - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.7.0...v9.7.1) --- updated-dependencies: - dependency-name: newrelic 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