aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'infra-healthcheck/requirements.txt')
-rw-r--r--infra-healthcheck/requirements.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/infra-healthcheck/requirements.txt b/infra-healthcheck/requirements.txt
new file mode 100644
index 0000000..aed40a6
--- /dev/null
+++ b/infra-healthcheck/requirements.txt
@@ -0,0 +1,11 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+coverage!=4.4 # Apache-2.0
+mock # BSD
+nose # LGPL
+flake8>=2.5.4 # MIT
+pylint>=2.1 # GPLv2
+yamllint
+bashate # Apache-2.0
+xtesting