-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 896 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 896 Bytes
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
name = "SeisRequests"
uuid = "37ba1d8a-44b2-5bbd-9814-465cdc1f4fb5"
authors = ["Andy Nowacki <[email protected]>"]
version = "0.3.2"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Geodesics = "6aaf26a4-c633-11e8-35ae-8904cb805353"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
QuakeML = "6dae4b62-8e81-11e8-042c-0346828cfc4a"
Seis = "dd80f4d8-c2f6-58bd-9bd3-4635f134261d"
StationXML = "bc702e9c-26b7-573b-a57f-23300c0e5013"
[compat]
DataStructures = "0.17, 0.18, 0.19"
DocStringExtensions = "0.8, 0.9"
Geodesics = "0.2"
HTTP = "0.8, 0.9, 1.0.2"
Parameters = "0.12"
QuakeML = "0.1.1"
Seis = "0.3.8"
StationXML = "0.2"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]