Skip to content

Commit

Permalink
Added more-itertools requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Feb 14, 2024
1 parent 4e3e41d commit 0bc831f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies = [
"grammar_to_regex>=0.0.4",
"grammar_graph>=0.2.0",
"ijson>=3.1.4",
"more-itertools>=10.1.0",
"packaging>=21.3",
"pathos>=0.2.9",
"proxyorderedset>=0.3.5",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ datrie>=0.8.2
grammar_graph>=0.2.0
grammar_to_regex>=0.0.4
ijson>=3.1.4
more-itertools>=10.1.0
packaging>=21.3
pathos>=0.2.9
proxyorderedset>=0.3.5
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ grammar_graph>=0.2.0
grammar_to_regex>=0.0.4
ijson>=3.1.4
matplotlib>=3.5.3
more-itertools>=10.1.0
packaging>=21.3
pathos>=0.2.9
proxyorderedset>=0.3.5
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ grammar_graph>=0.2.0
grammar_to_regex>=0.0.4
ijson>=3.1.4
matplotlib>=3.5.3
more-itertools>=10.1.0
packaging>=21.3
pathos>=0.2.9
proxyorderedset>=0.3.5
Expand Down

0 comments on commit 0bc831f

Please sign in to comment.