mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 14:58:03 +08:00
Fixed requirements.txt to use only wheels for Pillow since compilation doesn't work on 32bits Python embedded in Windows installer version.
This commit is contained in:
parent
8087ce612f
commit
da7879a02a
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ setuptools
|
||||||
lxml>=4.3.0
|
lxml>=4.3.0
|
||||||
numpy>=1.12.0
|
numpy>=1.12.0
|
||||||
webrtcvad-wheels>=2.0.10
|
webrtcvad-wheels>=2.0.10
|
||||||
Pillow>=9.0.0
|
Pillow>=9.0.0 --only-binary=Pillow
|
Loading…
Reference in a new issue