-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
70 lines (64 loc) · 1.91 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name = "TidierDB"
uuid = "86993f9b-bbba-4084-97c5-ee15961ad48b"
authors = ["Daniel Rizk <rizk.daniel.12@gmail.com> and contributors"]
version = "0.6.2"
[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[weakdeps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
ClickHouse = "82f2e89e-b495-11e9-1d9d-fb40d7cf2130"
GoogleCloud = "55e21f81-8b0a-565e-b5ad-6816892a5ee7"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
MySQL = "39abe10b-433b-5dbd-92d4-e302a9df00cd"
ODBC = "be6f12e9-ca4f-5eb2-a339-a4f995cc0291"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
[extensions]
AWSExt = "AWS"
CHExt = "ClickHouse"
GBQExt = "GoogleCloud"
LibPQExt = "LibPQ"
MySQLExt = "MySQL"
ODBCExt = "ODBC"
SQLiteExt = "SQLite"
[compat]
AWS = "1.9"
Arrow = "2.7"
CSV = "0.10"
Chain = "0.6"
ClickHouse = "0.2"
DataFrames = "1.5"
Dates = "1.9"
Documenter = "0.27, 1"
DuckDB = "1 - 2"
GZip = "0.6"
GoogleCloud = "0.11"
HTTP = "1.1"
JSON3 = "1.1"
LibPQ = "1.17"
MacroTools = "0.5"
MySQL = "1.4"
ODBC = "1.1"
Reexport = "0.2, 1"
SQLite = "1.6"
julia = "1.10"
[extras]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
ClickHouse = "82f2e89e-b495-11e9-1d9d-fb40d7cf2130"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GoogleCloud = "55e21f81-8b0a-565e-b5ad-6816892a5ee7"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
MySQL = "39abe10b-433b-5dbd-92d4-e302a9df00cd"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Documenter", "Test"]