diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-04-28 04:15:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 04:15:11 -0500 |
commit | 6dc8ed746d44c03d0560aa10e0796ad9a1278b91 (patch) | |
tree | c7d247bd02904698bbba892ee577fb55267566aa /requirements.txt | |
parent | 58b1799986e7a41cc4e987dabcefa816a286b203 (diff) | |
parent | 57d0e5d8f3762b184e045a19e3834f0831d92863 (diff) | |
download | openshift-6dc8ed746d44c03d0560aa10e0796ad9a1278b91.tar.gz openshift-6dc8ed746d44c03d0560aa10e0796ad9a1278b91.tar.bz2 openshift-6dc8ed746d44c03d0560aa10e0796ad9a1278b91.tar.xz openshift-6dc8ed746d44c03d0560aa10e0796ad9a1278b91.zip |
Merge pull request #3994 from codificat/boto-requirement
Merged by openshift-bot
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index d00de5ed4..1996a967d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ # Versions are pinned to prevent pypi releases arbitrarily breaking # tests with new APIs/semantics. We want to update versions deliberately. ansible==2.2.2.0 +boto==2.45.0 click==6.7 pyOpenSSL==16.2.0 # We need to disable ruamel.yaml for now because of test failures |