Skip to content

Commit

Permalink
Explicitely mention i18n not working on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 13, 2024
1 parent 5815728 commit c0df148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ sudo apt install libmagic1 wget ffmpeg \
apk add ffmpeg gifsicle libmagic wget libjpeg
```

**Nota:** i18n features do not work on Alpine, see https://github.com/openzim/python-scraperlib/issues/134 ; there is one corresponding test which is failing.

# Contribution

This project adheres to openZIM's [Contribution Guidelines](https://github.com/openzim/overview/wiki/Contributing)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"colorthief==0.2.1",
"python-resize-image>=1.1.19,<1.2",
"Babel>=2.9,<3.0",
"python-magic>=0.4.3,<0.4.4",
"python-magic>=0.4.3,<0.5",
"libzim>=3.4.0,<4.0",
"beautifulsoup4>=4.9.3,<4.10", # upgrade to 4.10 and later to be done
"lxml>=4.6.3,<4.10", # upgrade to 4.10 and later to be done
Expand Down

0 comments on commit c0df148

Please sign in to comment.