-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
54 lines (47 loc) · 1.48 KB
/
Copy pathProject.toml
File metadata and controls
54 lines (47 loc) · 1.48 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
50
51
52
53
54
name = "PaleobiologyDB"
uuid = "c9cb2f45-518b-476d-9b58-4dd79871b05b"
version = "2.0.0-DEV"
authors = ["Jeet Sukumaran <jeetsukumaran@gmail.com>"]
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataCaches = "c1455f2b-6d6f-4f37-b463-919f923708a5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
PhyloPicMakie = "29f7fcc2-58b8-448e-949b-ed9dd2d8a249"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
PBDBMakieExt = "Makie"
[sources]
DataCaches = {url = "https://github.com/JuliaData/DataCaches.jl.git"}
PhyloPicMakie = {url = "https://github.com/jeetsukumaran/PhyloPicMakie.jl.git"}
[compat]
Aqua = "0.8"
CSV = "0.10.15"
DataCaches = "0.3, 0.4"
DataFrames = "1.7.1"
Documenter = "1"
Downloads = "1.6.0"
Graphs = "1.14.0"
HTTP = "1.10.17"
JSON3 = "1.14.3"
Makie = "0.21, 0.22, 0.23, 0.24"
PhyloPicMakie = "0.1"
Scratch = "1"
Test = "1"
URIs = "1.6.1"
julia = "1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
docs = ["Documenter"]
test = ["Test", "Aqua", "Graphs", "Makie"]