From 22320c9536e957faf8dcb99ce181c32a3306135f Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 11 Apr 2019 18:47:08 +0300 Subject: [PATCH] Updated requirements file Fixed https://github.com/guardicore/monkey/issues/291 --- monkey/monkey_island/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/monkey/monkey_island/requirements.txt b/monkey/monkey_island/requirements.txt index b8df0f5a9..b910f87cb 100644 --- a/monkey/monkey_island/requirements.txt +++ b/monkey/monkey_island/requirements.txt @@ -1,5 +1,5 @@ python-dateutil -tornado +tornado==5.1.1 werkzeug jinja2 markupsafe @@ -15,4 +15,5 @@ ipaddress enum34 pycryptodome boto3 -awscli \ No newline at end of file +awscli +bson \ No newline at end of file