requirements_buildkite.in 291 B

123456789101112131415
  1. # Requirements to run release tests from buildkite (client dependencies will be installed separately)
  2. # Copy anyscale pin to requirements.txt and util.py
  3. anyscale
  4. boto3
  5. click
  6. freezegun
  7. google-cloud-storage
  8. jinja2
  9. protobuf >= 3.15.3, != 3.19.5
  10. pydantic < 1.10.0
  11. pytest
  12. pyyaml
  13. requests
  14. retry