Skip to content

Commit 9d89c7f

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

3 files changed

Lines changed: 1 addition & 66 deletions

File tree

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 \

api/ssh.py

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

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

0 commit comments

Comments
 (0)