Skip to content

Commit

Permalink
excluding authentication so that Jolin is a mere meta package
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Jan 13, 2025
1 parent a17ddbe commit db52a43
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 131 deletions.
13 changes: 1 addition & 12 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
name = "Jolin"
uuid = "87100c7f-5f96-485a-944e-f6ba66ec4971"
authors = ["Stephan Sahm <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JWTs = "d850fbd6-035d-5a70-a269-1ca2e636ac6c"
JolinPluto = "5b0b4ef8-f4e6-4363-b674-3f031f7b9530"
PlutoPlotly = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[weakdeps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"

[extensions]
AWSExt = "AWS"

[compat]
julia = "1.7"

Expand Down
46 changes: 0 additions & 46 deletions ext/AWSExt.jl

This file was deleted.

4 changes: 1 addition & 3 deletions src/Jolin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Reexport

@reexport using JolinPluto
export JolinPluto
@reexport using PlutoUI
import PlutoUI
export PlutoUI
@reexport using PlutoPlotly
export PlutoPlotly
Expand All @@ -12,6 +12,4 @@ export PlutoPlotly
# https://github.com/JuliaComputing/TableView.jl looks like the way to go, it is even still maintained - however this does not run in Pluto...
# https://github.com/lungben/PlutoGrid.jl - is not even registered, but uses the same underlying ag-grid javascript module and works in Pluto

include("authentication.jl")

end
70 changes: 0 additions & 70 deletions src/authentication.jl

This file was deleted.

0 comments on commit db52a43

Please sign in to comment.