-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
30 lines (26 loc) · 994 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
29
30
name = "LightQuery"
uuid = "a6f99520-0501-547d-81af-dc7bed1e4d5a"
author = ["Brandon Taylor <[email protected]>"]
repo = "https://github.com/bramtayl/LightQuery.jl.git"
version = "0.7.1"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
[compat]
Compat = "3.14.0"
IterTools = "1.1.0"
MacroTools = "0.5.3"
julia = "1.5"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["CSV", "Dates", "Documenter", "Statistics", "Tables", "Test", "TimeZones", "Unitful"]