-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
57 lines (53 loc) · 1.81 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name = "TradingPipeline"
uuid = "c16697eb-6b76-47e5-bb18-571408685438"
authors = ["contributors"]
version = "0.1.0-DEV"
[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
CryptoMarketData = "57973c84-8724-49d2-9af5-7f2266b21095"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
ExchangeOperations = "48bbcad9-ae6a-4618-9eec-9c3ca8e1b15b"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
HierarchicalStateMachines = "abad772c-f3cd-4a0c-a45e-a2ff9a47795a"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LightweightCharts = "d6998af1-87ca-4e7f-83d4-864c79a249fa"
OnlineTechnicalIndicators = "dc2d07fb-478f-4566-8417-81bb3e5a7af1"
Oxygen = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ReversedSeries = "87ffe17a-2ae0-4c33-b274-0f3657b00e05"
Rocket = "df971d30-c9d6-4b37-b8ff-e965b2cb3a40"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TechnicalIndicatorCharts = "ffc6123f-ba44-4b2f-a8ce-46f3306b22af"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Visor = "cf786855-3531-4b86-ba6e-3e33dce7dcdb"
[compat]
Chain = "0.6.0"
CryptoMarketData = "1.0.5"
DataFrames = "1.7.0"
Dates = "1.11.0"
DocStringExtensions = "0.9.3"
EnumX = "1.0.4"
ExchangeOperations = "0.0.1"
HTTP = "1.10.15"
HierarchicalStateMachines = "0.1.0"
InteractiveUtils = "1.11.0"
LightweightCharts = "2.3.0"
OnlineTechnicalIndicators = "0.1.0"
Oxygen = "1.6.1"
Printf = "1.11.0"
ReversedSeries = "1.0.0"
Rocket = "1.8.1"
Statistics = "1.11.1"
TechnicalIndicatorCharts = "0.6.0"
UUIDs = "1.11.0"
UnPack = "1.0.2"
Visor = "0.7.4"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]