forked from p15670423/monkey
Refactoring island to python3.7
This commit is contained in:
parent
35674286cf
commit
81fb8adc02
|
@ -4,11 +4,10 @@ pycryptodome
|
|||
pyasn1
|
||||
cffi
|
||||
twisted
|
||||
rdpy
|
||||
requests
|
||||
odict
|
||||
paramiko
|
||||
psutil==3.4.2
|
||||
psutil
|
||||
PyInstaller
|
||||
six
|
||||
ecdsa
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from . import monkey_island.cc.main
|
||||
from monkey_island.cc.main import main
|
||||
|
||||
if "__main__" == __name__:
|
||||
monkey_island.cc.main.main()
|
||||
main()
|
||||
|
|
|
@ -25,3 +25,4 @@ wheel
|
|||
mongoengine
|
||||
mongomock
|
||||
requests
|
||||
dpath
|
||||
|
|
Loading…
Reference in New Issue