-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
53 lines (49 loc) · 1.52 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
name = "SQLCollections"
uuid = "3934435e-e6e6-4fea-a5c0-3a716143d619"
authors = ["Alexander Plavin <alexander@plav.in>"]
version = "0.1.7"
[deps]
AccessorsExtra = "33016aad-b69d-45be-9359-82a41f556fd4"
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
FunSQL = "cf6cc811-59f4-4a10-b258-a8547a8f6407"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
DataManipulation = "38052440-ad76-4236-8414-61389b2c5143"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
FlexiGroups = "1e56b746-2900-429a-8028-5ec1f00612ec"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
# Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[extensions]
DataManipulationExt = "DataManipulation"
DatesExt = "Dates"
DuckDBExt = "DuckDB"
FlexiGroupsExt = "FlexiGroups"
FlexiMapsExt = "FlexiMaps"
IntervalSetsExt = "IntervalSets"
# PrintfExt = "Printf"
SQLiteExt = "SQLite"
StatisticsExt = "Statistics"
[compat]
AccessorsExtra = "0.1.80"
DBInterface = "2.6.1"
DataManipulation = "0.1.17"
DataPipes = "0.3"
Dates = "1"
DuckDB = "1.0.0"
FlexiGroups = "0.1.26"
FlexiMaps = "0.1.26"
FunSQL = "0.14.2"
IntervalSets = "0.7"
Printf = "1"
SQLite = "1.6.1"
Statistics = "1"
StructArrays = "0.6.18"
Tables = "1.12.0"
julia = "1.10"