issue #275: Pin paramiko to a v2.6-compatible version.

This commit is contained in:
David Wilson 2018-06-24 21:43:58 +01:00
parent cec564654e
commit 1cb084061c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ coverage==4.5.1
Django==1.6.11 # Last version supporting 2.6.
mock==2.0.0
pytz==2012d # Last 2.6-compat version.
paramiko==2.3.1 # Last 2.6-compat version.
pytest-catchlog==1.2.2
pytest==3.1.2
PyYAML==3.11; python_version < '2.7'