we should update this document once
https://github.com/jazzband/pip-tools/issues/625 is fixed and/or
https://github.com/jazzband/pip-tools/issues/908 is merged
Signed-off-by: Kefu Chai <kchai@redhat.com>
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 versions of them,
+please use the following command to update this file ::
+
+ pip-compile -qo- | sed '/^-e / d' > requirements.txt
--- /dev/null
+-e .[coverage,orchestra,test]