diff --git a/package/pyinstaller/testium.spec b/package/pyinstaller/testium.spec index 8f7f7c8..5e8c5c8 100644 --- a/package/pyinstaller/testium.spec +++ b/package/pyinstaller/testium.spec @@ -25,9 +25,7 @@ a = Analysis( "colorama", "matplotlib", "junit_xml", - "lxml", - "tables", - "pandas",], + "lxml"], hookspath=[], hooksconfig={}, runtime_hooks=[], @@ -55,4 +53,5 @@ exe = EXE( target_arch=None, codesign_identity=None, entitlements_file=None, + ico='../testium.png' )