-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
34 lines (30 loc) · 995 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
name = "TechnicalIndicatorCharts"
uuid = "ffc6123f-ba44-4b2f-a8ce-46f3306b22af"
authors = ["contributors"]
version = "0.6.3"
[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
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"
LightweightCharts = "d6998af1-87ca-4e7f-83d4-864c79a249fa"
NanoDates = "46f1a544-deae-4307-8689-c12aa3c955c6"
OnlineTechnicalIndicators = "dc2d07fb-478f-4566-8417-81bb3e5a7af1"
TidyTest = "ef104744-fcb3-4e7e-8bb2-6e95860d81ed"
[compat]
Chain = "0.6"
DataFrames = "1"
DataFramesMeta = "0.15"
DataStructures = "0.18.20"
DocStringExtensions = "0.9"
LightweightCharts = "2, 3"
NanoDates = "0.3, 1"
OnlineTechnicalIndicators = "0.1"
TidyTest = "0.1.1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]