Skip to content

Commit b11b4c2

Browse files
committed
Correct sys_platform for win32 (not windows)
1 parent f29eb7e commit b11b4c2

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
@@ -5,4 +5,4 @@ hdwallet >=2.1, <3
55
mnemonic >=0.2, <1
66
qrcode >=7.3
77
shamir-mnemonic >=0.2, <1
8-
cx_Freeze >=6.10 ; sys_platform == "windows"
8+
cx_Freeze >=6.10 ; sys_platform == "win32"

0 commit comments

Comments
 (0)