Skip to content

Commit

Permalink
Remove enchanted spellchecker and pin importlib_metadata to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sergii-shevchenko-ultimaker committed Jul 18, 2023
1 parent 19e32de commit 54daba7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM python:3.7 AS base
WORKDIR /usr/src/app
RUN apt-get update \
&& apt-get install -y enchant \
&& rm -rf /var/lib/apt/lists/*

RUN pip install coveralls
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Pygments
Sphinx
coverage
docutils
importlib_metadata<5
flake8; python_version == '2.7' or python_version >= '3.4'
invoke
mccabe
Expand Down

0 comments on commit 54daba7

Please sign in to comment.