ray/ci/repro-ci-requirements.txt
matthewdeng 794a81028b
[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>
2022-07-25 14:09:48 +01:00

6 lines
No EOL
78 B
Text

# Dependencies for running repro-ci.py
boto3
click
paramiko
pyyaml
pybuildkite