Remove prettyparse from hiddenimports
This commit is contained in:
parent
6f69bad940
commit
8291bb117f
@ -5,7 +5,7 @@ a = Analysis(['precise/scripts/stream.py'],
|
||||
pathex=['.'],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=['prettyparse', 'speechpy'],
|
||||
hiddenimports=['speechpy'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],
|
||||
|
@ -1,21 +1,26 @@
|
||||
absl-py==0.1.10
|
||||
alembic==0.9.7
|
||||
altgraph==0.15
|
||||
banal==0.3.3
|
||||
bleach==1.5.0
|
||||
chardet==3.0.4
|
||||
dataset==1.0.5
|
||||
enum34==1.1.6
|
||||
enum-compat==0.0.2
|
||||
future==0.16.0
|
||||
h5py==2.7.1
|
||||
html5lib==0.9999999
|
||||
Keras==2.1.4
|
||||
macholib==1.9
|
||||
Mako==1.0.7
|
||||
Markdown==2.6.11
|
||||
MarkupSafe==1.0
|
||||
normality==0.5.11
|
||||
numpy==1.14.0
|
||||
pefile==2017.11.5
|
||||
prettyparse==0.1.1
|
||||
protobuf==3.5.1
|
||||
PyAudio==0.2.11
|
||||
PyInstaller==3.3.1
|
||||
python-dateutil==2.6.1
|
||||
python-editor==1.0.3
|
||||
PyYAML==3.12
|
||||
|
Loading…
Reference in New Issue
Block a user