Skip to content

Commit 22d5b61

Browse files
committed
Deleted chunked. will re-add.
1 parent 811513d commit 22d5b61

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
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

makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ all : pull_subs install
33
sync_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+
69
install : 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

1215
html_nbs : notebooks

plotly/chunked-requests

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)