From 25f755fd27b868f65f7b1ee5746024c8789601fb Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 20 Dec 2021 21:25:40 +0800 Subject: [PATCH] feat: update requirements.txt -> openpyxl --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cbf924..854d311 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -requests==2.26.0 -ruamel.yaml==0.17.17 -pandas==1.3.4 -colorlog==6.5.0 \ No newline at end of file +requests>=2.26.0 +ruamel.yaml>=0.17.17 +pandas>=1.3.4 +colorlog>=6.5.0 +openpyxl>=3.0.9 \ No newline at end of file