From 57f3560d7b42ca945361536385b44d5a9a0a853c Mon Sep 17 00:00:00 2001 From: SpacemanSteve Date: Mon, 5 Apr 2021 11:42:53 -0400 Subject: [PATCH] pin httplib2 to an older version the current 0.19.0 does not support python2, I think there was an earlier version of 0.19.0 that did this rolls up back to 0.18.1 from May 2020 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a04dca..9c80091 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ adsputils==1.2.8 alembic==0.9.1 -httplib2==0.19.0 +httplib2==0.18.1 portalocker==1.7.1 psycopg2==2.8.6 pyrabbit==1.1.0