requirements_buildkite.in 446 B

12345678910111213141516171819202122232425
  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. aioboto3
  6. boto3
  7. click
  8. freezegun
  9. google-cloud-storage
  10. jinja2
  11. protobuf >= 3.15.3, != 3.19.5
  12. pydantic < 1.10.0
  13. pytest
  14. pyyaml
  15. pybuildkite
  16. PyGithub
  17. requests
  18. retry
  19. twine == 5.0.0
  20. docker == 7.0.0
  21. # Below are requirements only used by ray_ci
  22. tzdata
  23. aws_requests_auth
  24. requests