Remove prettyparse from hiddenimports

This commit is contained in:
Matthew D. Scholefield 2018-02-26 16:26:18 -06:00
parent 6f69bad940
commit 8291bb117f
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@ a = Analysis(['precise/scripts/stream.py'],
pathex=['.'], pathex=['.'],
binaries=[], binaries=[],
datas=[], datas=[],
hiddenimports=['prettyparse', 'speechpy'], hiddenimports=['speechpy'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'], excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],

View File

@ -1,21 +1,26 @@
absl-py==0.1.10 absl-py==0.1.10
alembic==0.9.7 alembic==0.9.7
altgraph==0.15
banal==0.3.3 banal==0.3.3
bleach==1.5.0 bleach==1.5.0
chardet==3.0.4 chardet==3.0.4
dataset==1.0.5 dataset==1.0.5
enum34==1.1.6 enum-compat==0.0.2
future==0.16.0
h5py==2.7.1 h5py==2.7.1
html5lib==0.9999999 html5lib==0.9999999
Keras==2.1.4 Keras==2.1.4
macholib==1.9
Mako==1.0.7 Mako==1.0.7
Markdown==2.6.11 Markdown==2.6.11
MarkupSafe==1.0 MarkupSafe==1.0
normality==0.5.11 normality==0.5.11
numpy==1.14.0 numpy==1.14.0
pefile==2017.11.5
prettyparse==0.1.1 prettyparse==0.1.1
protobuf==3.5.1 protobuf==3.5.1
PyAudio==0.2.11 PyAudio==0.2.11
PyInstaller==3.3.1
python-dateutil==2.6.1 python-dateutil==2.6.1
python-editor==1.0.3 python-editor==1.0.3
PyYAML==3.12 PyYAML==3.12