From 37dc8a1497146cad3f00b3f63bd83a8c71a31f9b Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Fri, 31 Jan 2020 06:31:55 -0800 Subject: [PATCH] Add pyOpenSSL dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65ede4a6..cf0cb63f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,8 @@ "google-api-python-client >= 1.2", "oauth2client >= 4.0.0", "PyYAML >= 3.0", - "httplib2 <= 0.15.0" + "httplib2 <= 0.15.0", + "pyOpenSSL => 19.1.0" ], extras_require={ "tests": ["timeout-decorator"],