[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 <matt@anyscale.com>
This commit is contained in:
matthewdeng 2022-07-25 06:09:48 -07:00 committed by GitHub
parent bf97a6944b
commit 794a81028b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
# Dependencies for running repro-ci.py
boto3
click
paramiko
pyyaml
pybuildkite