forked from angusmoore/Matte.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 1.1 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 = "Matte"
uuid = "b0b859e2-eb2e-45cd-bd98-8fc21bfdc9fa"
authors = ["Angus Moore <18376371+angusmoore@users.noreply.github.com>"]
version = "0.1.2-DEV"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
DataFrames = "^0.20"
Genie = "0.25.6, 0.26, 0.27, 0.28, 0.30, 0.31"
JSON = "0.21"
Plots = "^0.28.4, 0.29, 1.0"
Tables = "^1.0"
julia = "^1"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "InvertedIndices", "Test", "HTTP", "Random", "RDatasets"]