From ce0011e5fcacf8510142353df6c3cf530c04b1c2 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 21 May 2018 13:19:07 -0700 Subject: [PATCH] Add missing dep on contextlib2 (#5027) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f463f624a8561..8e36c5c79db43 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ def get_git_sha(): 'boto3>=1.4.6', 'celery', 'colorama', + 'contextlib2', 'cryptography', 'flask<1.0.0', 'flask-appbuilder',