Add missing dep on contextlib2 (#5027)

This commit is contained in:
Maxime Beauchemin
2018-05-21 13:19:07 -07:00
committed by GitHub
parent 1c9474b4ff
commit ce0011e5fc

View File

@@ -54,6 +54,7 @@ setup(
'boto3>=1.4.6',
'celery',
'colorama',
'contextlib2',
'cryptography',
'flask<1.0.0',
'flask-appbuilder',