Skip to content

Commit 7185a53

Browse files
fix: fix issue PyAr#133. Environment markers for system type working
Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
1 parent 6764931 commit 7185a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cryptography==3.3.2; python_version <= '2.7'
66
cryptography==41.0.1; python_version > '3'
77
fpdf>=1.7.2
88
dbf>=0.88.019
9-
Pillow<=9.5.0; platform_machine!='x86_64'
9+
Pillow<=9.5.0; platform_machine=='x86'
1010
Pillow>=2.0.0; platform_machine=='x86_64'
1111
tabulate==0.8.5
1212
certifi>=2020.4.5.1

0 commit comments

Comments
 (0)