From 9685b0b6c16886fadd8307e3f5b9b31e7ddf1f6f Mon Sep 17 00:00:00 2001 From: Gunjan Chhablani Date: Fri, 15 Sep 2023 18:15:34 -0400 Subject: [PATCH] Add urllib3 requirements (#354) * Revert "Remove openssl reqs and update python version (#352)" This reverts commit 407dd17d31c1c7ec92af2d3e2924ad6c758f8b37. * Update requirements.txt --- .travis.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f52862ce..1a68d3c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python sudo: false python: - - '3.8' + - '3.7' install: - pip install -r requirements.txt - pip install coverage==4.5.4 diff --git a/requirements.txt b/requirements.txt index 48e9fbc17..772d8ca51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ requests==2.25.1 validators==0.12.6 termcolor==1.1.0 tqdm>=4.49.0 +urllib3==1.26.6