diff options
| author | 2024-06-13 15:14:21 +0100 | |
|---|---|---|
| committer | 2024-06-13 15:14:21 +0100 | |
| commit | 961f5aa2f26f46032def9808f3f1bfb894959ae9 (patch) | |
| tree | 280caceab6050e7689e14710690fd4da3670f719 /pyproject.toml | |
| parent | Fix site startup command used in docker-compose.yml (#3093) (diff) | |
| parent | Merge branch 'main' into use-itertools-batched (diff) | |
Merge pull request #3090 from python-discord/use-itertools-batched
Use new `itertools.batched` instead of `more_itertools.chunked`
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" |