summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2019-04-03 22:35:59 -0400
committerGitHub <noreply@github.com>2019-04-03 22:35:59 -0400
commit6ce9cf7741679449fc3ac6347bd7209ae697cc5b (patch)
treeeb02f5923e549309e05cd2d5a751467d49db347a /requirements.txt
parent9776037abe7df5718e5d45182d78cde9dbfd6678 (diff)
downloadansible-6ce9cf7741679449fc3ac6347bd7209ae697cc5b.tar.gz
Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738)
* Remove default use of paramiko connection plugin on macOS This fix was originally to work around a bug that caused a kernel panic on macOS that has since been fixed. * Remove paramiko from requirements.txt * Move paramiko checking to common place * Drop the warnings obfiscation code * Update pip installation instructions to reflect upstream instructions * Fix tests on CentOS 6 (Python 2.6) that now show Python deprecation warnings * Add changelog fragment
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ac904c49b8..2b77e2f880 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,4 @@
# be suitable)
jinja2
PyYAML
-paramiko
cryptography