From 794a81028b58b357e72334fba0a388be6d8c0394 Mon Sep 17 00:00:00 2001 From: matthewdeng Date: Mon, 25 Jul 2022 06:09:48 -0700 Subject: [PATCH] [ci] add repro-ci-requirements.txt (#26951) Adding a requirements file to make it easier to setup you environment to run `repro-ci.py`. **Usage:** ```bash pip install -r ci/repro-ci-requirements.txt python ci/repro-ci.py [args] ``` Signed-off-by: Matthew Deng --- ci/repro-ci-requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/repro-ci-requirements.txt diff --git a/ci/repro-ci-requirements.txt b/ci/repro-ci-requirements.txt new file mode 100644 index 000000000..0543f4e84 --- /dev/null +++ b/ci/repro-ci-requirements.txt @@ -0,0 +1,6 @@ +# Dependencies for running repro-ci.py +boto3 +click +paramiko +pyyaml +pybuildkite \ No newline at end of file