From fe350d516b7eb8994b5e38f37e30206f1854f397 Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Mon, 13 Feb 2017 20:01:28 +0100
Subject: [PATCH] added sshtunnel to dependencies

---
 docs/developer-guide.md | 3 ++-
 docs/install.md         | 2 +-
 requirements.txt        | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index dc44aa24..8156fe0e 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -143,6 +143,7 @@ use ```deactivate``` to deactivate the environment.
 - six, [future](http://python-future.org/index.html)
 - nose, sphinx, blosc, pbr, psutil, coverage, setuptools_scm
 - [parimeko](http://www.paramiko.org/)
+- [sshtunnel](https://github.com/pahaz/sshtunnel)
 - [pandoc](http://pandoc.org/) , [pypandoc](https://pypi.python.org/pypi/pypandoc):
 convert markdown formatted readme file to rst for PyPi compatibility. See also
 issue #22. ```pandoc``` is available in Anaconda. When installing
@@ -156,7 +157,7 @@ Install the necessary Python dependencies using the conda package manager:
 ```
 >> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko
 >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc
->> conda install -c conda-forge pyscaffold pypandoc --no-deps
+>> conda install -c conda-forge pyscaffold pypandoc sshtunnel --no-deps
 >> conda install --channel https://conda.anaconda.org/pbrod twine --no-deps
 ```
 
diff --git a/docs/install.md b/docs/install.md
index 8d8b97db..b3bbac3f 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -9,7 +9,7 @@ Install the necessary Python dependencies using the ```conda``` package manager:
 ```
 >> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko
 >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
->> conda install -c conda-forge pyscaffold --no-deps
+>> conda install -c conda-forge pyscaffold sshtunnel --no-deps
 ```
 
 Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package
diff --git a/requirements.txt b/requirements.txt
index 7682038f..5ab191d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,4 +16,5 @@ psutil
 pbr
 PyScaffold
 pytest-cov
+sshtunnel
 
-- 
GitLab