Skip to content

Commit 568afa8

Browse files
authored
Merge pull request #42 from enzok/master
Update dependency
2 parents 6b696cc + 228452a commit 568afa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
"cryptography>=2.1",
2121
"olefile>=0.43",
2222
# "peepdf>=0.4.1",
23-
"python-magic>=0.4.13",
2423
"pefile",
2524
]
2625

2726
if sys.platform == "win32":
2827
install_requires.append("python-magic-bin>=0.4.14")
28+
elif sys.platform.startswith("linux"):
29+
install_requires.append("python-magic>=0.4.13")
2930

3031
setup(
3132
name="SFlock2",

0 commit comments

Comments
 (0)