From 4c4b1966af62b0f68ab7a547dcc01785dac09fec Mon Sep 17 00:00:00 2001 From: Jason Lobo Date: Mon, 9 Aug 2021 20:55:34 +0100 Subject: [PATCH] Specify module versions --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76437cc..7b1670d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -beautifulsoup4 -pandas +beautifulsoup4==4.9.1 +pandas==1.1.5 py2app pyinstaller==3.6 PyQt5==5.15.2 -tables -Unidecode \ No newline at end of file +tables==3.6.1 +Unidecode==1.1.1 \ No newline at end of file