-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
36 lines (32 loc) · 927 Bytes
/
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
name = "Pilates"
uuid = "c24c5e2f-a713-4bab-b0d1-32f8b5281162"
authors = ["Mario Milone"]
version = "0.0.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FredData = "6e85b7ee-7d24-5488-b1b7-e4f4198c51ac"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
Parquet2 = "98572fba-bba0-415d-956f-fa77e587d26d"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
SASLib = "df8f2f22-cfef-5733-af3f-96770d497d85"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
CSV = "0.10"
DataFrames = "1.6"
FredData = "0.6"
LibPQ = "1.17"
Parquet2 = "0.2"
ProgressBars = "1.5"
SASLib = "1.2"
Statistics = "1.9"
Tables = "1.10"
YAML = "0.4"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]