Skip to content

Commit fca4aa7

Browse files
committed
refactor(controller): removed unused ssh.py and its dependencies
We weren't using paramiko or pycrypto any longer.
1 parent d72013a commit fca4aa7

6 files changed

Lines changed: 2 additions & 76 deletions

File tree

controller/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ RUN pip install celery==3.1.11 \
2121
django-yamlfield==0.5 \
2222
djangorestframework==2.3.13 \
2323
gunicorn==18.0 \
24-
paramiko==1.12.1 \
2524
psycopg2==2.5.2 \
26-
pycrypto==2.6.1 \
2725
python-etcd==0.3.0 \
2826
PyYAML==3.10 \
2927
redis==2.9.1 \

controller/api/ssh.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

controller/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deis controller requirements
22
#
33
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
4-
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
4+
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
55
#
66
celery==3.1.11
77
Django==1.6.4
@@ -14,9 +14,7 @@ django-json-field==0.5.5
1414
django-yamlfield==0.5
1515
djangorestframework==2.3.13
1616
gunicorn==18.0
17-
paramiko==1.12.1
1817
psycopg2==2.5.2
19-
pycrypto==2.6.1
2018
python-etcd==0.3.0
2119
PyYAML==3.10
2220
redis==2.9.1

docs/docs_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# requirements.txt and dev_requirements.txt files.
66
#
77
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
8-
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
8+
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
99
#
1010
celery==3.1.11
1111
Django==1.6.4
@@ -17,7 +17,6 @@ django-guardian==1.1.1
1717
django-json-field==0.5.5
1818
djangorestframework==2.3.13
1919
gunicorn==18.0
20-
paramiko==1.12.1
2120
psycopg2==2.5.2
2221
python-etcd==0.3.0
2322
PyYAML==3.10

docs/server/api.ssh.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/server/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Server Reference
1717
api.models
1818
api.routers
1919
api.serializers
20-
api.ssh
2120
api.tasks
2221
api.urls
2322
api.utils

0 commit comments

Comments
 (0)