-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
41 lines (37 loc) · 1.23 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
name = "APTDecoder"
uuid = "c9d542ca-bda0-11e9-2f13-239ef056a4ab"
authors = ["Alexander Barth <[email protected]>"]
version = "0.1.0"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeoDatasets = "ddc7317b-88db-5cb5-a849-8449e5df04f9"
GeoMapping = "855c05df-eed8-5362-a099-6b509f53b81a"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
RemoteFiles = "cbe49d4c-5af1-5b60-bb70-0a60aa018e1b"
SatelliteToolbox = "6ac157d9-b43d-51bb-8fab-48bf53814f4a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WAV = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88"
[compat]
CodecZlib = "0.6, 0.7"
DSP = "0.6, 0.7"
FileIO = "1"
GeoDatasets = "0.1"
GeoMapping = "0.1"
ImageMagick = "0.7, 1"
Images = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
PyPlot = "2"
RemoteFiles = "0.3, 0.4, 0.5"
SatelliteToolbox = "0.9"
WAV = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]