Skip to content

Commit

Permalink
add lark-parser[regex] dependency, dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Aug 8, 2024
1 parent 8d12791 commit 9bcd732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
"lark==0.11.3",
"numpy<2.0",
"faiss-cpu",
"click"
"click",
"lark-parser[regex]"
],
packages=find_packages(exclude=("tests",)),
extras_require={
"dev": ["flake8", "black==22.3.0", "isort", "twine", "pytest", "wheel", "tox", "responses"],
"dev": ["flake8", "black==22.3.0", "isort", "twine", "pytest", "wheel", "tox", "responses", "nltk"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 9bcd732

Please sign in to comment.