projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b094366
)
adding paramiko as required package
30/6430/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Thu, 23 Aug 2018 10:31:02 +0000
(10:31 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Thu, 23 Aug 2018 10:31:02 +0000
(10:31 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
a4cceb1
..
1450a15
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-26,6
+26,7
@@
setup(
'pyyaml>=3.0,<4.0',
'theblues>=0.3.8,<1.0',
'websockets>=4.0,<5.0',
+ 'paramiko',
],
include_package_data=True,
maintainer='',