We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd51a3 commit a141b34Copy full SHA for a141b34
2 files changed
Dockerfile
@@ -12,7 +12,7 @@ RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.p
12
RUN apt-get install -yq git
13
14
# install requirements before ADD to cache layer and speed build
15
-RUN pip install celery==3.1.8 \
+RUN pip install celery==3.1.11 \
16
Django==1.6.4 \
17
django-allauth==0.15.0 \
18
git+https://github.com/deis/django-fsm@add-exception-handling \
requirements.txt
@@ -3,7 +3,7 @@
3
# 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]
5
#
6
-celery==3.1.8
+celery==3.1.11
7
Django==1.6.4
8
django-allauth==0.15.0
9
# HACK: use bacongobbler's feature branch until
0 commit comments