File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.p
1212RUN apt-get install -yq git
1313
1414# install requirements before ADD to cache layer and speed build
15- RUN pip install celery==3.1.8 \
15+ RUN pip install celery==3.1.11 \
1616 Django==1.6.4 \
1717 django-allauth==0.15.0 \
1818 git+https://github.com/deis/django-fsm@add-exception-handling \
Original file line number Diff line number Diff line change 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- celery == 3.1.8
6+ celery == 3.1.11
77Django == 1.6.4
88django-allauth == 0.15.0
99# HACK: use bacongobbler's feature branch until
Original file line number Diff line number Diff line change 77# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
88# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
99#
10- celery==3.1.8
10+ celery==3.1.11
1111Django==1.6.4
1212django-allauth==0.15.0
1313# HACK: use bacongobbler's feature branch until
You can’t perform that action at this time.
0 commit comments