Skip to content

Commit

Permalink
add dependency for paramiko
Browse files Browse the repository at this point in the history
Signed-off-by: Mikel Nelson <github@mikelnelson.net>
  • Loading branch information
mikeln committed Jun 13, 2019
1 parent b656a63 commit 9b79073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -31,7 +31,8 @@ def read(fname):
'flask-cors>=3.0.6,<4',
'flask-swagger-ui>=3.18.0<4',
'coloredlogs>=10.0.0,<11.0.0',
'six>=1.12.0,<2'
'six>=1.12.0,<2',
'paramiko>=2.5.0,<3'
],
extras_require={
'testing': [
Expand Down

0 comments on commit 9b79073

Please sign in to comment.