File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get install -yq git
1313
1414# install requirements before ADD to cache layer and speed build
1515RUN pip install celery==3.1.8 \
16- Django==1.6.3 \
16+ Django==1.6.4 \
1717 django-allauth==0.15.0 \
1818 git+https://github.com/deis/django-fsm@add-exception-handling \
1919 django-guardian==1.1.1 \
Original file line number Diff line number Diff line change 44# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
55#
66celery == 3.1.8
7- Django == 1.6.3
7+ Django == 1.6.4
88django-allauth == 0.15.0
99# HACK: use bacongobbler's feature branch until
1010# https://github.com/kmmbvnr/django-fsm/pull/31 is merged
Original file line number Diff line number Diff line change 88# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
99#
1010celery==3.1.8
11- Django==1.6.3
11+ Django==1.6.4
1212django-allauth==0.15.0
1313# HACK: use bacongobbler's feature branch until
1414# https://github.com/kmmbvnr/django-fsm/pull/31 is merged
You can’t perform that action at this time.
0 commit comments