Skip to content

Commit

Permalink
add sortedcontainers dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Oct 17, 2024
1 parent 1e1b218 commit 2703307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"pygtrie",
"lark",
"btrees",
"nltk"
"nltk",
"sortedcontainers"
],
packages=find_packages(exclude=("tests",)),
extras_require={
Expand Down

0 comments on commit 2703307

Please sign in to comment.