Skip to content
Snippets Groups Projects
Commit fe350d51 authored by David Verelst's avatar David Verelst
Browse files

added sshtunnel to dependencies

parent 03391fb5
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,7 @@ use ```deactivate``` to deactivate the environment. ...@@ -143,6 +143,7 @@ use ```deactivate``` to deactivate the environment.
- six, [future](http://python-future.org/index.html) - six, [future](http://python-future.org/index.html)
- nose, sphinx, blosc, pbr, psutil, coverage, setuptools_scm - nose, sphinx, blosc, pbr, psutil, coverage, setuptools_scm
- [parimeko](http://www.paramiko.org/) - [parimeko](http://www.paramiko.org/)
- [sshtunnel](https://github.com/pahaz/sshtunnel)
- [pandoc](http://pandoc.org/) , [pypandoc](https://pypi.python.org/pypi/pypandoc): - [pandoc](http://pandoc.org/) , [pypandoc](https://pypi.python.org/pypi/pypandoc):
convert markdown formatted readme file to rst for PyPi compatibility. See also convert markdown formatted readme file to rst for PyPi compatibility. See also
issue #22. ```pandoc``` is available in Anaconda. When installing issue #22. ```pandoc``` is available in Anaconda. When installing
...@@ -156,7 +157,7 @@ Install the necessary Python dependencies using the conda package manager: ...@@ -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 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 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 >> conda install --channel https://conda.anaconda.org/pbrod twine --no-deps
``` ```
......
...@@ -9,7 +9,7 @@ Install the necessary Python dependencies using the ```conda``` package manager: ...@@ -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 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 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 Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package
......
...@@ -16,4 +16,5 @@ psutil ...@@ -16,4 +16,5 @@ psutil
pbr pbr
PyScaffold PyScaffold
pytest-cov pytest-cov
sshtunnel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment