Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #795 from opdemand/requirements-diet
Browse files Browse the repository at this point in the history
chore(controller): remove provider libraries from requirements.txt
  • Loading branch information
mboersma committed Apr 22, 2014
2 parents c2a53b3 + 2731b3a commit 29df34f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions controller/Dockerfile
Expand Up @@ -12,23 +12,20 @@ RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python
RUN apt-get install -yq git

# install requirements before ADD to cache layer and speed build
RUN pip install boto==2.23.0 \
celery==3.1.8 \
RUN pip install celery==3.1.8 \
Django==1.6.2 \
django-allauth==0.15.0 \
git+https://github.com/deis/django-fsm@add-exception-handling \
django-guardian==1.1.1 \
django-json-field==0.5.5 \
django-yamlfield==0.5 \
djangorestframework==2.3.12 \
dop==0.1.6 \
gevent==1.0 \
gunicorn==18.0 \
paramiko==1.12.1 \
psycopg2==2.5.2 \
pycrypto==2.6.1 \
python-etcd==0.3.0 \
pyrax==1.6.2 \
PyYAML==3.10 \
redis==2.8.0 \
static==1.0.2 \
Expand Down
3 changes: 0 additions & 3 deletions controller/requirements.txt
Expand Up @@ -3,7 +3,6 @@
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
#
boto==2.23.0
celery==3.1.8
Django==1.6.2
django-allauth==0.15.0
Expand All @@ -14,14 +13,12 @@ django-guardian==1.1.1
django-json-field==0.5.5
django-yamlfield==0.5
djangorestframework==2.3.12
dop==0.1.6
gevent==1.0
gunicorn==18.0
paramiko==1.12.1
psycopg2==2.5.2
pycrypto==2.6.1
python-etcd==0.3.0
pyrax==1.6.2
PyYAML==3.10
redis==2.8.0
static==1.0.2
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Expand Up @@ -16,9 +16,9 @@ Please add any issues you find with this documentation to the
```console
$ virtualenv venv -q --prompt='(docs)' && . venv/bin/activate
(docs)$ pip install -r docs_requirements.txt
Downloading/unpacking boto==2.23.0
Downloading/unpacking celery==3.1.8
...
Successfully installed psycopg2 pyrax python-etcd PyYAML ...
Successfully installed psycopg2 python-etcd PyYAML ...
Cleaning up...
(docs)$
```
Expand Down
3 changes: 0 additions & 3 deletions docs/docs_requirements.txt
Expand Up @@ -7,7 +7,6 @@
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
#
boto==2.23.0
celery==3.1.8
Django==1.6.2
django-allauth==0.15.0
Expand All @@ -17,11 +16,9 @@ git+https://github.com/bacongobbler/django-fsm@add-exception-handling
django-guardian==1.1.1
django-json-field==0.5.5
djangorestframework==2.3.12
dop==0.1.6
gunicorn==18.0
paramiko==1.12.1
psycopg2==2.5.2
pyrax==1.6.2
python-etcd==0.3.0
PyYAML==3.10
South==0.8.4
Expand Down

0 comments on commit 29df34f

Please sign in to comment.