aboutsummaryrefslogtreecommitdiffhomepage
path: root/requirements.txt
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2023-07-04 12:01:14 -0400
committermorpheus65535 <[email protected]>2023-07-04 12:01:14 -0400
commitda7879a02a9c3e532e057b59c2b73715e7667945 (patch)
tree4927ae08491509ac28bfbbd1463fe5db1a377ed8 /requirements.txt
parent8087ce612f4f673281ddc792fdfb5d66f0d28b25 (diff)
downloadbazarr-da7879a02a9c3e532e057b59c2b73715e7667945.tar.gz
bazarr-da7879a02a9c3e532e057b59c2b73715e7667945.zip
Fixed requirements.txt to use only wheels for Pillow since compilation doesn't work on 32bits Python embedded in Windows installer version.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 5489479b5..fe60a1afa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,4 @@ setuptools
lxml>=4.3.0
numpy>=1.12.0
webrtcvad-wheels>=2.0.10
-Pillow>=9.0.0 \ No newline at end of file
+Pillow>=9.0.0 --only-binary=Pillow \ No newline at end of file