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