Skip to content

Commit

Permalink
remove pip install for olefile dependency
Browse files Browse the repository at this point in the history
remove pip install for olefile dependency, not needed
  • Loading branch information
meirwah authored Aug 31, 2017
1 parent dc2ab96 commit d9ba245
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions Scripts/script-ParseEmailFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +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
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
import glob
Expand Down Expand Up @@ -623,3 +605,4 @@ outputs:
scripttarget: 0
dependson: {}
timeout: 0s
releaseNotes: "remove pip install for olefile dependency, not needed"

0 comments on commit d9ba245

Please sign in to comment.