summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1237f97..36f0deb 100755
--- a/setup.py
+++ b/setup.py
@@ -13,4 +13,5 @@ setup(
url="http://sonymobile.com",
packages=['pygerrit'],
keywords='gerrit, json',
+ install_requires=['paramiko'],
)