treeherder/requirements
Bastien Abadie 13f7153b85 Base setup for postgres 2023-08-11 11:45:43 +02:00
..
README.md fix pip-tools, upgrade others (#6527) 2020-06-17 11:36:22 -04:00
common.in Base setup for postgres 2023-08-11 11:45:43 +02:00
common.txt Base setup for postgres 2023-08-11 11:45:43 +02:00
dev.in Revert WhiteNoise and CoreAPI bumps 2023-07-08 01:42:29 +02:00
dev.txt Revert WhiteNoise and CoreAPI bumps 2023-07-08 01:42:29 +02: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