diff options
author | Jeff Cantrill <jcantril@redhat.com> | 2017-05-24 15:57:38 -0400 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-06-06 13:33:23 -0400 |
commit | c3312c7d0168645f4e5d87f214cb31241d625a47 (patch) | |
tree | 4acff747cb684990ec90edbdc6a26d12d43fdf31 /requirements.txt | |
parent | 67da7e2e4699f9a226a436218723749ebc14ace1 (diff) | |
download | openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.tar.gz openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.tar.bz2 openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.tar.xz openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.zip |
fix up openshift-ansible for use with 'oc cluster up'
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 734ee6201..dae460713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ pyOpenSSL==16.2.0 # We need to disable ruamel.yaml for now because of test failures #ruamel.yaml six==1.10.0 +passlib==1.6.5 |