diff options
author | 2024-06-11 16:02:26 +0100 | |
---|---|---|
committer | 2024-06-11 16:02:26 +0100 | |
commit | fbf0f0eee22575a836ca949ea2a99836ae50bd0a (patch) | |
tree | ca17f9f95a7304065fd5d9e49a7ab2fc2349ec4b /pyproject.toml | |
parent | Use new itertool.batched instead of more_itertools.chunked (diff) |
Remove more_itertools now it's unused
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a6585d590..a375f6219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ emoji = "2.12.1" feedparser = "6.0.11" lxml = "5.2.2" markdownify = "0.12.1" -more-itertools = "10.2.0" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.3" |