Skip to content

Commit

Permalink
Merge pull request #260 from queryverse/remove-tabletraits-dep
Browse files Browse the repository at this point in the history
Remove dependency on TableTraits
  • Loading branch information
davidanthoff committed May 13, 2019
2 parents c337337 + 6fbd0e8 commit 0714f3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
QueryOperators = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"

[compat]
DataValues = "≥ 0.4.4"
IterableTables = "≥ 0.8.2"
MacroTools = "≥ 0.4.4"
QueryOperators = "≥ 0.6.0"
TableTraits = "≥ 0.3.1"
julia = "1"

[extras]
Expand Down
1 change: 0 additions & 1 deletion src/Query.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Query

using TableTraits
import IterableTables
using DataValues
using MacroTools: postwalk
Expand Down

0 comments on commit 0714f3c

Please sign in to comment.