From 89d96501b9fcdd3c91c8900e1fb3dd5a8d8684c1 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 19 Aug 2021 10:42:18 +0530 Subject: [PATCH] Python module compatibility fix Python modules, requests==2.25.0 and chardet==4.0.0 have a version conflict removing version specification for chardet now --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 18a7146..2130677 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,14 @@ arrow==1.1.0 bidict==0.21.2 certifi==2021.5.30 cffi==1.14.5 -chardet==4.0.0 +requests==2.25.0 +chardet greenlet==1.1.0 idna==2.10 pycparser==2.20 python-dateutil==2.8.1 python-engineio==3.14.2 python-socketio==4.6.1 -requests==2.25.0 secp256k1==0.13.2 six==1.16.0 SQLAlchemy==1.4.18