From b54acd32f44c2999fb0890c3e051d6aadef93607 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 12 Nov 2021 21:27:39 +0800 Subject: [PATCH] uptate: update requirements.txt --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index b8bd400..52ba8d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -requests -ruamel.yaml -pandas -pyppeteer -bs4 -openpyxl -colorlog \ No newline at end of file +requests==2.26.0 +ruamel.yaml==0.17.17 +pandas==1.3.4 +pyppeteer==0.2.6 +bs4==0.0.1 +openpyxl==3.0.9 +colorlog==6.5.0 \ No newline at end of file