We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed1f54 commit c10a17bCopy full SHA for c10a17b
1 file changed
Project.toml
@@ -5,7 +5,6 @@ version = "0.1.0-DEV"
5
[deps]
6
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
7
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
8
-QueryableBackend = "0898d9ac-042b-5d31-8dcc-959fb3365f19"
9
QueryOperators = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b"
10
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
11
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
@@ -19,3 +18,13 @@ QueryTables = "30ad73d7-305e-5999-88c2-a7d9e8945169"
19
18
20
[targets]
21
test = ["Test", "Query", "QueryTables"]
+
22
+[compat]
23
+julia = "1"
24
+IteratorInterfaceExtensions = "0.1.1, 1"
25
+MacroTools = "0.5"
26
+QueryOperators = "0.9"
27
+SQLite = "0.8.1"
28
+TableTraits = "0.4.1, 1"
29
+DataValues = "0.4.11"
30
+TableShowUtils = "0.2.5"
0 commit comments