Skip to content

Commit ed8b4eb

Browse files
committed
make sure we have objgraph, should we decide to memory trace
1 parent a9ce13b commit ed8b4eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/hook-hubblestack.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
HIDDEN_IMPORTS = [
44
'ssl',
5+
'objgraph',
56
'Cryptodome',
67
'OpenSSL',
78
'argparse',

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
('/etc/hubble', ['conf/hubble']), ]
1616

1717
build_dependencies = [
18+
'objgraph',
1819
'pycryptodome',
1920
'cryptography',
2021
'pyopenssl>=16.2.0',

0 commit comments

Comments
 (0)