treeherder/requirements
Gregory Mierzwinski 97da78191f
Bug 1712731 - Compute the noise profile of the data when generating alerts. (#7183)
* Compute the noise profile of the data when generating alerts.

* Fix linting issues.

* Use choices in noise_profile, and unpack tuple on return.

* Fix linting issues

* Logging error to New Relic

Co-authored-by: bacasandrei <beatrice.raluca.acasandrei@gmail.com>
2021-07-22 13:53:41 -04:00
..
README.md fix pip-tools, upgrade others (#6527) 2020-06-17 11:36:22 -04:00
common.in Bug 1712731 - Compute the noise profile of the data when generating alerts. (#7183) 2021-07-22 13:53:41 -04:00
common.txt Bug 1712731 - Compute the noise profile of the data when generating alerts. (#7183) 2021-07-22 13:53:41 -04:00
dev.in Bump django from 3.1.8 to 3.1.12 in /requirements (#7178) 2021-06-17 16:43:56 -07:00
dev.txt Bump urllib3 from 1.26.4 to 1.26.5 in /requirements (#7167) 2021-07-06 17:14:32 -07:00
docs.txt Make poetry the default method for generating the docs (#6424) 2020-05-15 15:12:35 -04:00

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 by pip-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

see pip-tools for more information