Skip to content

Commit

Permalink
docs: document how requirements.txt is updated
Browse files Browse the repository at this point in the history
we should update this document once
jazzband/pip-tools#625 is fixed and/or
jazzband/pip-tools#908 is merged

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Dec 4, 2019
1 parent dbed85c commit 3d65ed7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ Or from GitHub::

where the dependencies for orchestrating are installed. They are used for
interacting with the services to schedule tests and to report the test results.


Update Dependencies
-------------------

We track the dependencies using ``requirements.txt``. These packages are tested,
and should work with teuthology. But if you want to bump up the version of them,
please use follow command to update this file ::

echo "-e .[coverage,orchestra,test]" | pip-compile - -qo- | sed '/^-e / d' > requirements.txt

0 comments on commit 3d65ed7

Please sign in to comment.