add anytree

fix error:
```
Traceback (most recent call last):
  File "engine.py", line 26, in <module>
    import actions.strategy
  File "/root/geneva/actions/strategy.py", line 4, in <module>
    import actions.tree
  File "/root/geneva/actions/tree.py", line 8, in <module>
    import anytree
ImportError: No module named 'anytree'
```
This commit is contained in:
xhdix 2019-11-15 18:02:56 +03:00 committed by GitHub
parent af827ea43f
commit a950842c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ netifaces
netfilterqueue
cryptography==2.5
requests
anytree