From 0951c640d96431d5f5c84fed8524f0bd1cab54dc Mon Sep 17 00:00:00 2001 From: Bhoomik Bhamawat <44468662+bhoomikbhamawat@users.noreply.github.com> Date: Wed, 23 Jun 2021 13:27:07 +0530 Subject: [PATCH] Update requirements.txt Such a Wonderful Project you have worked on and the implementation is quite good This commit is to revert back urllib3 from 1.26.5 to 1.25.8 version as it is not compatible with requests version. Either update all other versions or just revert back urllib3 version as with this version it was giving an error but with the previous one it worked fine. --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bb93a6d4..a89a01d8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,6 +41,6 @@ torch==1.8.0 torchvision==0.9.0 tqdm==4.59.0 typing-extensions==3.7.4.3 -urllib3==1.26.5 +urllib3==1.25.8 webencodings==0.5.1 Werkzeug==1.0.1