-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 1.07 KB
/
Project.toml
File metadata and controls
34 lines (30 loc) · 1.07 KB
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 = "QuerySQLite"
uuid = "57f923c0-76be-11e9-095d-c942eaffc94b"
version = "0.2.1-DEV"
[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
QueryOperators = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
[compat]
DataValues = "0.4.11"
IteratorInterfaceExtensions = "0.1.1, 1"
MacroTools = "0.5"
QueryOperators = "1"
SQLite = "1"
TableShowUtils = "0.2.5"
TableTraits = "0.4.1, 1"
julia = "1"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
QueryTables = "30ad73d7-305e-5999-88c2-a7d9e8945169"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Documenter", "Query", "QueryTables", "Test"]