From 64b6d4df747ca0046aa60c4d40d9898b79ac0b7d Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Fri, 22 Jan 2021 12:46:37 +0100 Subject: [PATCH] Requirements: do not install an idna version greather than 3.0 to avoid breaking requests package dependencies. Added wheel as a requirement to increase installation speed --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22a1bb7a..5ab79f07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ wxpython==4.0.3 +wheel six configobj markdown @@ -16,7 +17,7 @@ winpaths PySocks win_inet_pton yandex.translate -idna +idna<3,>=2.5 chardet urllib3 youtube-dl