Skip to content

Commit ee7377e

Browse files
authored
Merge pull request #44 from enzok/master
fix platform
2 parents 73cb590 + 5ed299d commit ee7377e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"cryptography>=2.1",
2121
"olefile>=0.43",
2222
# "peepdf>=0.4.1",
23+
"python-magic>=0.4.13",
2324
"pefile",
2425
]
2526

2627
if sys.platform == "win32":
2728
install_requires.append("python-magic-bin>=0.4.14")
28-
else:
29-
install_requires.append("python-magic>=0.4.13")
29+
install_requires.remove("python-magic>=0.4.13")
3030

3131
setup(
3232
name="SFlock2",

0 commit comments

Comments
 (0)