-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathProject.toml
More file actions
49 lines (43 loc) · 1.49 KB
/
Project.toml
File metadata and controls
49 lines (43 loc) · 1.49 KB
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
name = "XLSX"
uuid = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
license = "MIT"
version = "0.11.0"
authors = ["Felipe Noronha <felipenoris@gmail.com>"]
repo = "https://github.com/juliadata/XLSX.jl.git"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
ZipArchives = "49080126-0e18-4c2a-b176-c102e4b3760c"
[weakdeps]
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
[extensions]
StyledStringsSstsExt = "StyledStrings"
[compat]
CSV = "0.10.15"
Colors = "0.13.0"
Distributions = "0.25.0"
OrderedCollections = "1"
PrecompileTools = "1"
Tables = "1"
UUIDs = "1.8"
XML = "0.3.8"
ZipArchives = "2.5"
julia = "1.8"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "DataFrames", "Distributions", "Random", "StyledStrings", "Test"]