File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ AssetRegistry
66Requires
77Compat 0.59
88Widgets 0.3.1
9- HTTP
10- WebSockets
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include("render.jl")
1717include (" connection.jl" )
1818include (" iframe.jl" )
1919include (" devsetup.jl" )
20- include ( " providers/generic_http.jl " )
20+
2121
2222"""
2323 setup_provider(s::Union{Symbol, AbstractString})
@@ -65,6 +65,12 @@ function __init__()
6565 @require IJulia= " 7073ff75-c697-5162-941a-fcdaad2a7d2a" begin
6666 include (joinpath (" providers" , " ijulia.jl" ))
6767 end
68+ @require HTTP= " cd3eb016-35fb-5094-929b-558a96fad6f3" begin
69+ @require WebSockets= " 104b5d7c-a370-577a-8038-80a2059c5097" begin
70+ include (joinpath (" providers" , " generic_http.jl" ))
71+ end
72+ end
73+
6874end
6975
7076end # module
You can’t perform that action at this time.
0 commit comments