summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorPep TurrĂ³ Mauri <pep@redhat.com>2017-04-25 11:18:14 +0200
committerPep TurrĂ³ Mauri <pep@redhat.com>2017-04-25 12:56:40 +0200
commit57d0e5d8f3762b184e045a19e3834f0831d92863 (patch)
tree764191f742103e4f6be08ee17a4b5faef595833c /requirements.txt
parent9a2770bdafcb3df6863ff132e0a7e5b4c48a1a24 (diff)
downloadopenshift-57d0e5d8f3762b184e045a19e3834f0831d92863.tar.gz
openshift-57d0e5d8f3762b184e045a19e3834f0831d92863.tar.bz2
openshift-57d0e5d8f3762b184e045a19e3834f0831d92863.tar.xz
openshift-57d0e5d8f3762b184e045a19e3834f0831d92863.zip
Add python-boto requirement
The AWS inventory (inventory/aws/hosts/ec2.py) uses the Boto library.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
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