Skip to content

Commit c0df148

Browse files
committed
Explicitely mention i18n not working on Alpine
1 parent 5815728 commit c0df148

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ sudo apt install libmagic1 wget ffmpeg \
5050
apk add ffmpeg gifsicle libmagic wget libjpeg
5151
```
5252

53+
**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.
54+
5355
# Contribution
5456

5557
This project adheres to openZIM's [Contribution Guidelines](https://github.com/openzim/overview/wiki/Contributing)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"colorthief==0.2.1",
1414
"python-resize-image>=1.1.19,<1.2",
1515
"Babel>=2.9,<3.0",
16-
"python-magic>=0.4.3,<0.4.4",
16+
"python-magic>=0.4.3,<0.5",
1717
"libzim>=3.4.0,<4.0",
1818
"beautifulsoup4>=4.9.3,<4.10", # upgrade to 4.10 and later to be done
1919
"lxml>=4.6.3,<4.10", # upgrade to 4.10 and later to be done

0 commit comments

Comments
 (0)