Skip to content

Commit

Permalink
Merge pull request #800 from demisto/ParseEmailFiles-olefile
Browse files Browse the repository at this point in the history
remove pip install for olefile dependency
  • Loading branch information
dorsha authored Sep 28, 2017
2 parents f9f06c8 + 793656e commit ffa9360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Scripts/script-ParseEmailFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ script: |-
from email.header import decode_header
from base64 import b64decode
from re import match
import pip
pip.main(['-q', 'install', 'olefile'])
# --- LICENSE -----------------------------------------------------------------
#
# Copyright 2013 Matthew Walker
Expand Down Expand Up @@ -627,3 +625,4 @@ outputs:
scripttarget: 0
dependson: {}
timeout: 0s
releaseNotes: "remove pip install for olefile dependency, not needed"

0 comments on commit ffa9360

Please sign in to comment.