-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
34 lines (32 loc) · 1.05 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
name = "Trading"
uuid = "35d28339-5a58-4012-acd2-38f468f495ee"
authors = ["louisponet <[email protected]>"]
version = "0.2.0"
[deps]
BinaryTraits = "190e46ec-f771-4705-b939-984896f7be0e"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Overseer = "1ada24be-c16d-4464-9f61-27c2e0f16645"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
BinaryTraits = "^0.7"
EnumX = "^1"
HTTP = "^1.7"
JSON3 = "^1.12"
Overseer = "^0.3"
PrettyTables = "^2"
ProgressMeter = "^1.7"
Reexport = "^1.2"
Statistics = "^1.6"
TimeSeries = "^0.21"
TimeZones = "^1.9"
julia = "^1.6"