diff --git a/docs/requirements.txt b/docs/requirements.txt index 2de5bb7..34fa8fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,6 @@ colorama==0.4.3 git+https://github.com/calebstewart/python-prompt-toolkit +git+https://github.com/calebstewart/paramiko wcwidth==0.1.9 netifaces==0.10.9 pygments==2.6.1 @@ -7,5 +8,3 @@ base64io commentjson requests sqlalchemy -sphinx -sphinx_rtd_theme diff --git a/requirements.txt b/requirements.txt index ab4d213..34fa8fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ colorama==0.4.3 git+https://github.com/calebstewart/python-prompt-toolkit +git+https://github.com/calebstewart/paramiko wcwidth==0.1.9 netifaces==0.10.9 pygments==2.6.1 base64io commentjson requests -sqlalchemy \ No newline at end of file +sqlalchemy diff --git a/setup.py b/setup.py index 5d09b5c..19a4ee5 100644 --- a/setup.py +++ b/setup.py @@ -15,11 +15,13 @@ dependencies = [ "commentjson", "requests", "prompt-toolkit", - "sqlalchemy" + "sqlalchemy", + "paramiko", ] dependency_links = [ - "https://github.com/calebstewart/python-prompt-toolkit/tarball/master#egg=prompt-toolkit" + "https://github.com/calebstewart/python-prompt-toolkit/tarball/master#egg=prompt-toolkit", + "https://github.com/calebstewart/paramiko/tarball/master#egg=paramiko", ] # Setup