From e311e37e4b4f98378ff94657bfdf91daecd4b2c1 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Wed, 30 Mar 2022 15:51:27 +0200 Subject: [PATCH] reverted requests and coveralls, coverage to remain compatible to python version <= 3.6 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09e51f3..9d750eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -requests==2.27.1 +requests==2.24.0 # testing mock==4.0.3 httpretty==1.1.4 -coveralls==3.3.1 -coverage==6.3.2 +coveralls==1.11.1 +coverage==5.2.1