Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Nov 11, 2024
1 parent f058c7e commit 72be6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-usfm-parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
'tree-sitter==0.22.3; python_version >= "3.9"',
'tree-sitter-usfm3==3.0.0-beta.13; python_version >="3.8"',
'lxml==5.2.2; python_version >= "3.5"',
'jsonschema=4.23.0; python_version>= "3.8"'
'jsonschema==4.23.0; python_version>= "3.8"'
]
requires-python = ">=3.10"

Expand Down

0 comments on commit 72be6af

Please sign in to comment.