From be0492b1040132c291f8c43d3c3b9d6fc5fb04c2 Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Fri, 26 Jul 2019 12:06:33 +0200
Subject: [PATCH] unpin boto in the requirements

---
 requirements_dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements_dev.txt b/requirements_dev.txt
index 619e2769..d8e23ace 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -5,7 +5,7 @@ pytest>=3.8.2
 pytest-runner>=4.2
 Click>=7.0
 crowdai-api>=0.1.21
-boto3>=1.9.194
+boto3
 numpy>=1.16.2
 recordtype>=1.3
 xarray>=0.11.3
-- 
GitLab