Skip to content

Commit

Permalink
Remove extraneous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Dec 3, 2024
1 parent f0b1796 commit db9e65e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ authors = ["Sebastijan Dumancic <[email protected]>", "Jaap de Jong <J.deJon
version = "0.5.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
HerbCore = "2b23ba43-8213-43cb-b5ea-38c12b45bd45"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
TreeView = "39424ebd-4cf3-5550-a685-96706a953f40"

[compat]
DataStructures = "0.17,0.18"
HerbCore = "^0.3.0"
Serialization = "^1.8,^1.10,^1.11"
TreeView = "^0.5"
julia = "^1.8"
2 changes: 0 additions & 2 deletions src/HerbGrammar.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module HerbGrammar

import TreeView: walk_tree
using DataStructures # NodeRecycler
using Serialization # grammar_io

using HerbCore
Expand Down

0 comments on commit db9e65e

Please sign in to comment.