Skip to content

Commit a87d999

Browse files
author
Ioannis Giagkiozis
committed
removed unused dependencies - build status
1 parent a4173a1 commit a87d999

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
</div>
1414

1515
<div align="center">
16+
<a href="https://github.com/igiagkiozis/plotly/actions">
17+
<img src="https://github.com/igiagkiozis/plotly/workflows/build/badge.svg" alt="build status">
18+
</a>
19+
|
1620
<a href="https://crates.io/crates/plotly">
1721
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">
1822
</a>

plotly/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ plotly_orca = { version = "0.2.1", path = "../plotly_orca", optional = true }
2626
plotly_kaleido = { version = "0.1.0", path = "../plotly_kaleido", optional = true }
2727
serde = { version = "1.0", features = ["derive"] }
2828
serde_json = "1.0"
29-
itertools = "0.9.0"
30-
itertools-num = "0.1.3"
3129
askama = "0.9.0"
3230
rand = "0.7.3"
3331
rand_distr = "0.2.2"
3432
num = "0.2.1"
35-
csv = "1.1.3"
3633

3734
[dev-dependencies]
3835
plotly_orca = { version = "0.2.1", path = "../plotly_orca" }
3936
plotly_kaleido = { version = "0.1.0", path = "../plotly_kaleido" }
37+
38+
itertools = "0.9.0"
39+
itertools-num = "0.1.3"
40+
csv = "1.1.3"

plotly/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
</div>
1414

1515
<div align="center">
16+
<a href="https://github.com/igiagkiozis/plotly/actions">
17+
<img src="https://github.com/igiagkiozis/plotly/workflows/build/badge.svg" alt="build status">
18+
</a>
19+
|
1620
<a href="https://crates.io/crates/plotly">
1721
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">
1822
</a>

0 commit comments

Comments
 (0)