requirements_buildkite.in 327 B

123456789101112131415161718
  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. bazel-runfiles
  5. boto3
  6. click
  7. freezegun
  8. google-cloud-storage
  9. jinja2
  10. protobuf >= 3.15.3, != 3.19.5
  11. pydantic < 1.10.0
  12. pytest
  13. pyyaml
  14. pybuildkite
  15. PyGithub
  16. requests
  17. retry