Skip to content

Commit 4757378

Browse files
author
Matthew Fisher
committed
fix(controller): use Deis' fork of django-fsm
1 parent 66f4b3d commit 4757378

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN pip install boto==2.23.0 \
1616
celery==3.1.8 \
1717
Django==1.6.2 \
1818
django-allauth==0.15.0 \
19-
git+https://github.com/bacongobbler/django-fsm@add-exception-handling \
19+
git+https://github.com/deis/django-fsm@add-exception-handling \
2020
django-guardian==1.1.1 \
2121
django-json-field==0.5.5 \
2222
django-yamlfield==0.5 \

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Django==1.6.2
99
django-allauth==0.15.0
1010
# HACK: use bacongobbler's feature branch until
1111
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged
12-
git+https://github.com/bacongobbler/django-fsm@add-exception-handling
12+
git+https://github.com/deis/django-fsm@add-exception-handling
1313
django-guardian==1.1.1
1414
django-json-field==0.5.5
1515
django-yamlfield==0.5

0 commit comments

Comments
 (0)