Commit 89c7c2ea5b4dbddfb111f61f0e33f3eca8b4674e

Authored by Juzar Kothambawala
1 parent 8e04c154

missed dependency

Showing 1 changed file with 2 additions and 0 deletions
setup.py
... ... @@ -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}
... ...