-
Notifications
You must be signed in to change notification settings - Fork 115
/
Project.toml
51 lines (47 loc) · 1.67 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name = "Franklin"
uuid = "713c75ef-9fc9-4b05-94a9-213340da978e"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.10.95"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
FranklinTemplates = "3a985190-f512-4703-8d38-2a7944ed5916"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
DelimitedFiles = "1"
DocStringExtensions = "0.8, 0.9"
ExprTools = "0.1"
FranklinTemplates = "0.10"
HTTP = "0.8, 0.9, 1.0"
Literate = "2.9"
LiveServer = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0"
NodeJS = "0.6, 1, 2"
OrderedCollections = "1"
TOML = "1.0"
julia = "1.3"
Dates = "<0.0.1, 1"
Logging = "<0.0.1, 1"
Markdown = "<0.0.1, 1"
Pkg = "<0.0.1, 1"
REPL = "<0.0.1, 1"
Random = "<0.0.1, 1"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataStructures", "DataFrames", "LinearAlgebra", "Suppressor"]