treeherder/requirements
Cameron Dawson 7f36e47ca9
Bump python dependencies (#6827)
django-filter
djangorestframework
flake8
mozci
2020-10-23 16:23:34 -07:00
..
README.md fix pip-tools, upgrade others (#6527) 2020-06-17 11:36:22 -04:00
common.in Bump newrelic from 5.2.1.129 to 5.18.0.148 in /requirements (#6748) 2020-09-15 16:13:39 -07:00
common.txt Bump python dependencies (#6827) 2020-10-23 16:23:34 -07:00
dev.in Bump pytest-asyncio from 0.10.0 to 0.14.0 in /requirements (#6550) 2020-09-15 16:08:31 -07:00
dev.txt Bump python dependencies (#6827) 2020-10-23 16:23:34 -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