6ce9cf7741
* 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
8 lines
351 B
Text
8 lines
351 B
Text
# Note: this requirements.txt file is used to specify what dependencies are
|
|
# needed to make the package run rather than for deployment of a tested set of
|
|
# packages. Thus, this should be the loosest set possible (only required
|
|
# packages, not optional ones, and with the widest range of versions that could
|
|
# be suitable)
|
|
jinja2
|
|
PyYAML
|
|
cryptography
|