-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
38 lines (32 loc) · 993 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
31
32
33
34
35
36
37
38
name = "AlgebraicRelations"
uuid = "1c3ea84b-a956-4dfe-a2f4-485757f48f1d"
authors = ["bosonbaas <[email protected]>"]
version = "0.3.1"
[deps]
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FunSQL = "cf6cc811-59f4-4a10-b258-a8547a8f6407"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
LibPQ = "2196b101-3ac0-4e12-b5a8-532424305d17"
MySQL = "39abe10b-433b-5dbd-92d4-e302a9df00cd"
[extensions]
DuckDBAlgRelExt = "DuckDB"
LibPQAlgRelExt = "LibPQ"
MySQLACSetsExt = "MySQL"
SQLiteAlgRelExt = "SQLite"
[compat]
Catlab = "0.16"
DataFrames = "1.0"
Reexport = "1.2.2"
SQLite = "1.6.1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SQLite"]