-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
28 lines (24 loc) · 883 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
name = "TradingAgents"
uuid = "a932613d-76ea-43ff-97dc-a74afa0c30e6"
authors = ["aaron-wheeler"]
version = "1.0.0-DEV"
[deps]
Brokerage = "c5a525f6-2ca2-4903-bddc-b4106679d02b"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
VLLimitOrderBook = "aaf583bd-e1f6-46ea-b02f-a6ceb51252d5"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]