Rfaulk has submitted this change and it was merged.

Change subject: add - paramiko dependecy.
......................................................................


add - paramiko dependecy.

Change-Id: I7bb4f7ce0f1b4321d498f8bdf3427bbf23bdcf41
---
M setup.py
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Rfaulk: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/setup.py b/setup.py
index 0cd11b7..25ef13f 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,10 @@
     url='https://github.com/wikimedia/sartoris',
     packages=['sartoris'],
     entry_points={'console_scripts': ['sartoris = sartoris:cli']},
-    install_requires=['dulwich'],
+    install_requires=[
+        'dulwich',
+        'paramiko >= 1.11.0',
+    ],
     keywords=['git', 'deploy', 'scripts', 'cli'],
     classifiers=[
         "Development Status :: 2 - Pre-Alpha",

-- 
To view, visit https://gerrit.wikimedia.org/r/84294
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7bb4f7ce0f1b4321d498f8bdf3427bbf23bdcf41
Gerrit-PatchSet: 2
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
Gerrit-Reviewer: Rfaulk <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to