Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
add max spot price from history (#35)
Browse files Browse the repository at this point in the history
* add max spot price from history

* pin Kubernetes client to get rid of Azure (adal) dependency
  • Loading branch information
hjacobs authored Aug 15, 2018
1 parent 9703a47 commit 169f834
Show file tree
Hide file tree
Showing 5 changed files with 1,634 additions and 84 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
kubernetes = "*"
kubernetes = "==7.0.0a1"
requests = "*"
click = "*"
stups-tokens = "*"
Expand All @@ -16,6 +16,7 @@ flake8 = "*"
pytest = "*"
pytest-watch = "*"
black = "*"
"boto3" = "*"

[requires]
python_version = "3.6"
Expand Down
115 changes: 79 additions & 36 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 169f834

Please sign in to comment.