From a950842c1a44eb5270f31fd0ea9b7cf3827dafbb Mon Sep 17 00:00:00 2001 From: xhdix Date: Fri, 15 Nov 2019 18:02:56 +0300 Subject: [PATCH] add anytree fix error: ``` Traceback (most recent call last): File "engine.py", line 26, in import actions.strategy File "/root/geneva/actions/strategy.py", line 4, in import actions.tree File "/root/geneva/actions/tree.py", line 8, in import anytree ImportError: No module named 'anytree' ``` --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 256313d..42fc3fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ netifaces netfilterqueue cryptography==2.5 requests +anytree