From 45390985a9c19dae0bdc82e5609f99c9bbf98e8e Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 24 Dec 2019 12:52:02 -0300 Subject: [PATCH] [requirements] allowing older versions of the required libraries --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c1515abb..a02cc7cd 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pyqt5>=5.12 -requests>=2.22 -colorama>=0.4.1 -pyyaml>=5.1 +requests>=2.18 +colorama>=0.3.8 +pyyaml>=3.13