File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66Django == 1.6.8
77# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
88git+https://github.com/deis/django-fsm@propagate-false
9+ django-cors-headers == 0.13
910django-guardian == 1.2.4
1011django-json-field == 0.5.7
1112djangorestframework == 2.4.3
@@ -18,4 +19,3 @@ PyYAML==3.11
1819redis == 2.9.1
1920static == 1.0.2
2021South == 1.0
21- django-cors-headers == 0.13
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ test: clean
7575 @echo
7676 @echo " Test finished. The HTML pages are in $( BUILDDIR) /dirhtml."
7777
78+ zipfile : dirhtml
79+ cd $(BUILDDIR ) /dirhtml; zip -r -D -o ../../docs.zip .
80+
7881singlehtml :
7982 $(SPHINXBUILD ) -b singlehtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /singlehtml
8083 @echo
Original file line number Diff line number Diff line change 1010Django==1.6.8
1111# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
1212git+https://github.com/deis/django-fsm@propagate-false
13+ django-cors-headers==0.13
1314django-guardian==1.2.4
1415django-json-field==0.5.7
1516djangorestframework==2.4.3
@@ -19,7 +20,6 @@ paramiko==1.14.1
1920psycopg2==2.5.4
2021python-etcd==0.3.0
2122South==1.0
22- django-cors-headers==0.13
2323
2424# Deis client requirements
2525docopt==0.6.2
You can’t perform that action at this time.
0 commit comments