Skip to content

Commit

Permalink
Add requests to install requires (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineechen authored Feb 5, 2025
1 parent fb4fa04 commit a5660b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def parse_readme(readme: str) -> str:
"httpx",
"pydantic >= 2.5.0", # required for ray >= 2.9.0 (https://github.com/ray-project/ray/releases?page=2)
"cryptography",
"requests",
]

# NOTE: Change the templates/spot-controller.yaml.j2 file if any of the following
Expand Down

0 comments on commit a5660b2

Please sign in to comment.