-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
41 lines (37 loc) · 1.13 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 = "CryptoMarketData"
uuid = "57973c84-8724-49d2-9af5-7f2266b21095"
authors = ["contributors"]
version = "1.0.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
NanoDates = "46f1a544-deae-4307-8689-c12aa3c955c6"
Nullables = "4d1e1d77-625e-5b40-9113-a560ec7a8ecd"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
TidyTest = "ef104744-fcb3-4e7e-8bb2-6e95860d81ed"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[compat]
CSV = "0.10"
DataFrames = "1"
DataFramesMeta = "0.15"
DataStructures = "0.18"
DocStringExtensions = "0.9"
HTTP = "0.8, 1"
JSON3 = "1"
NanoDates = "0.3, 1"
Nullables = "1"
TidyTest = "0.1"
TimeZones = "1"
URIs = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]