Compare commits

..

4 Commits

Author SHA1 Message Date
Daniel Sagi
946faaccf6 lint fix 2020-12-03 22:26:43 +02:00
Daniel Sagi
87daa04864 fixed typo 2020-12-03 22:25:21 +02:00
Daniel Sagi
4f2c9ad7a6 added specific problematic hooks folder for when compiling with pyinstaller. added a fix for prettytable import 2020-12-03 22:01:09 +02:00
danielsagi
b9e0ef30e8 Removed Old Dependency For CAP_NET_RAW (#416)
* removed old dependency for cap_net_raw, by stop usage of tracerouting when running as a pod

* removed unused imports
2020-12-03 17:11:18 +02:00
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from PyInstaller.utils.hooks import collect_all
datas, binaries, hiddenimports = collect_all("prettytable")

View File

@@ -41,6 +41,8 @@ class PyInstallerCommand(Command):
cfg.read("setup.cfg")
command = [
"pyinstaller",
"--additional-hooks-dir",
"pyinstaller_hooks",
"--clean",
"--onefile",
"--name",