-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
41 lines (35 loc) · 1.17 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 = "Lucky"
uuid = "091b6c57-2055-4743-a613-81d9bc5174d5"
authors = ["Olivier Milla <[email protected]>"]
version = "0.7.1"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Rocket = "df971d30-c9d6-4b37-b8ff-e965b2cb3a40"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
DydxV3 = "81fc79e4-7aed-40c1-9951-444e465e3245"
InteractiveBrokers = "f310f2d2-a263-11e8-3998-47bd686f18f7"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MarketData = "945b72a4-3b13-509d-9b46-1525bb5c06de"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
[extensions]
DydxV3Ext = "DydxV3"
InteractiveBrokersExt = "InteractiveBrokers"
MarketDataExt = "MarketData"
RandomExt = "Random"
TimeSeriesExt = "TimeSeries"
[compat]
DydxV3 = "0.7"
InteractiveBrokers = "0.28"
MarketData = "0.14, 0.15"
Rocket = "1.7.2"
Statistics = "1"
TimeSeries = "0.24"
julia = "1.10"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BenchmarkTools", "DydxV3", "InteractiveBrokers", "Logging", "MarketData", "Random", "TimeSeries"]