From 1636faac0654e3dc8597509d9c0679beeac885ed Mon Sep 17 00:00:00 2001 From: mahyar kermani Date: Thu, 27 Apr 2023 18:52:54 +0330 Subject: [PATCH] Determine the version of each prerequisite module Some lower versions are not compatible with Linux distributions, and some versions of modules are not compatible with Windows. Currently, these versions have been well tested on both Windows and Linux operating systems and are without problems. Therefore, for each prerequisite module, I set a compatible version with the program so that the program does not face inconsistency during the installation of the prerequisites file. --- requirments.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirments.txt b/requirments.txt index df3dc7c..547b780 100755 --- a/requirments.txt +++ b/requirments.txt @@ -1,4 +1,4 @@ -requests -colorama -ipapi -builtwith \ No newline at end of file +requests==2.21.0 +colorama==0.4.6 +ipapi==1.0.4 +builtwith==1.3.4