Skip to content

Commit 257d150

Browse files
committed
chore(controller): remove provider libraries from requirements.txt
After merging #530, Deis no longer uses boto, dop, or pyrax. This removes them from our pip requirements files and the docs.
1 parent 23df838 commit 257d150

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,20 @@ RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python
1212
RUN apt-get install -yq git
1313

1414
# install requirements before ADD to cache layer and speed build
15-
RUN pip install boto==2.23.0 \
16-
celery==3.1.8 \
15+
RUN pip install celery==3.1.8 \
1716
Django==1.6.2 \
1817
django-allauth==0.15.0 \
1918
git+https://github.com/deis/django-fsm@add-exception-handling \
2019
django-guardian==1.1.1 \
2120
django-json-field==0.5.5 \
2221
django-yamlfield==0.5 \
2322
djangorestframework==2.3.12 \
24-
dop==0.1.6 \
2523
gevent==1.0 \
2624
gunicorn==18.0 \
2725
paramiko==1.12.1 \
2826
psycopg2==2.5.2 \
2927
pycrypto==2.6.1 \
3028
python-etcd==0.3.0 \
31-
pyrax==1.6.2 \
3229
PyYAML==3.10 \
3330
redis==2.8.0 \
3431
static==1.0.2 \

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
44
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
55
#
6-
boto==2.23.0
76
celery==3.1.8
87
Django==1.6.2
98
django-allauth==0.15.0
@@ -14,14 +13,12 @@ django-guardian==1.1.1
1413
django-json-field==0.5.5
1514
django-yamlfield==0.5
1615
djangorestframework==2.3.12
17-
dop==0.1.6
1816
gevent==1.0
1917
gunicorn==18.0
2018
paramiko==1.12.1
2119
psycopg2==2.5.2
2220
pycrypto==2.6.1
2321
python-etcd==0.3.0
24-
pyrax==1.6.2
2522
PyYAML==3.10
2623
redis==2.8.0
2724
static==1.0.2

0 commit comments

Comments
 (0)