Peter M. Groen
/
oletools
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
89c7c2ea5b4dbddfb111f61f0e33f3eca8b4674e
Authored by
Juzar Kothambawala
2015-01-04 22:22:32 +0000
1 parent
8e04c154
missed dependency
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
setup.py
setup.py
View file @
89c7c2e
...
...
@@ -63,6 +63,8 @@ packages=[
63
63
'oletools.thirdparty.olefile',
64
64
'oletools.thirdparty.easygui',
65
65
'oletools.thirdparty.xxxswf',
66
+ 'oletools.thirdparty.prettytable',
67
+ 'oletools.thirdparty.xglob'
66
68
]
67
69
##setupdir = '.'
68
70
##package_dir={'': setupdir}
...
...