File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[submodule "plotly/graph_reference "]
55 path = plotly/graph_reference
66 url = https://github.com/plotly/graph_reference.git
7- [submodule "plotly/chunked-requests "]
8- path = plotly/chunked-requests
9- url = git://github.com/chriddyp/chunked-requests.git
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ all : pull_subs install
33sync_mplexporter : plotly/mplexporter
44 rsync -r plotly/mplexporter/mplexporter plotly/matplotlylib/
55
6+ sync_chunked_requests : plotly/chunked_requests
7+ rsync -r plotly/chunked_requests/chunked_requests plotly/chunked_requests
8+
69install : sync_mplexporter
710 python setup.py install
811
9- pull_subs : plotly/mplexporter plotly/graph_reference
12+ pull_subs : plotly/mplexporter plotly/graph_reference plotly/chunked_requests
1013 git submodule foreach ' git pull origin master'
1114
1215html_nbs : notebooks
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments