Skip to content

Commit

Permalink
Merge pull request #42 from mishra-lab/pyinstaller-fix
Browse files Browse the repository at this point in the history
Update PyInstaller to fix security vulnerability
  • Loading branch information
Express50 authored Jan 17, 2020
2 parents e1b792e + 663668c commit 4e27ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
google-api-python-client>=1.7.3, <1.8
openpyxl>=2.5.4, <2.6
PuLP>=1.6.8, <1.7
PyQt5>=5.11.2, <5.12
PyQt5-sip>=4.19.12, <4.20
QtPy>=1.4.2, <1.5
PyInstaller>=3.3.1, <3.4
PyInstaller>=3.6
5 changes: 0 additions & 5 deletions src/services/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
from datetime import datetime, timedelta

import pulp
from googleapiclient.discovery import build
from httplib2 import Http
from oauth2client import client
from oauth2client import file as oauth_file
from oauth2client import tools

from constants import *

Expand Down

0 comments on commit 4e27ce1

Please sign in to comment.