mirror of https://github.com/morpheus65535/bazarr
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
|
@ -2,4 +2,4 @@ setuptools
|
|||
lxml>=4.3.0
|
||||
numpy>=1.12.0
|
||||
webrtcvad-wheels>=2.0.10
|
||||
Pillow>=9.0.0
|
||||
Pillow>=9.0.0 --only-binary=Pillow
|
Loading…
Reference in New Issue