Skip to content

Commit

Permalink
Add lark to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Nov 15, 2023
1 parent b8d5db0 commit b139838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ types-tqdm~=4.66
mypy>=0.990
nbsphinx~=0.9.3
sphinxcontrib-svg2pdfconverter>=1.2.2
lark~=1.1.7
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"numpy>=1.14",
"pyperclip>=1.8.1",
"tqdm>=4.56.0",
"ipywidgets>=7.5,<8"],
"ipywidgets>=7.5,<8"
"lark~=1.1.7"],
include_package_data=True,
)

0 comments on commit b139838

Please sign in to comment.