Skip to content

Commit

Permalink
Merge pull request #5 from WOnder93/fix-requires
Browse files Browse the repository at this point in the history
Move more_itertools to install_requires
  • Loading branch information
jaraco authored Aug 21, 2024
2 parents 0150ff8 + 54328fb commit 3683ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/5.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Moved more_itertools into the dependencies.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"more_itertools",
]
dynamic = ["version"]

Expand All @@ -30,7 +31,6 @@ test = [
"pytest >= 6, != 8.1.*",

# local
"more_itertools",
]

doc = [
Expand Down

0 comments on commit 3683ada

Please sign in to comment.