Skip to content

Commit 3fd8223

Browse files
committed
remove PlotlyBase from dependenies
1 parent 5844dc1 commit 3fd8223

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1414
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1515
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
1616
MD5 = "6ac74813-4b46-53a4-afec-0b5dc9d7885c"
17-
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
1817
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
1918
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
@@ -30,7 +29,6 @@ HTTP = "0.8.10, 0.9"
3029
JSON = "0.21"
3130
JSON2 = "0.3"
3231
MD5 = "0.2"
33-
PlotlyBase = "0.3, 0.4, 0.5, 0.8"
3432
julia = "1.2"
3533

3634
[extras]

src/Dash.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const ROOT_PATH = realpath(joinpath(@__DIR__, ".."))
66
const RESOURCE_PATH = realpath(joinpath(ROOT_PATH, "resources"))
77
include("exceptions.jl")
88
include("Components.jl")
9-
include("Front.jl")
109
include("HttpHelpers/HttpHelpers.jl")
1110

1211
using .HttpHelpers

src/Front.jl

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/ci_prepare.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Pkg.add("DashBase")
55
Pkg.add("DashHtmlComponents")
66
Pkg.add("DashCoreComponents")
77
Pkg.add("DashTable")
8+
Pkg.add("PlotlyBase")
89
Pkg.add("HTTP")
910
Pkg.build("Dash")
1011
Pkg.build("DashHtmlComponents")

0 commit comments

Comments
 (0)