From 48b011d97d9a5bbdc1e2f42021886fe8283c392d Mon Sep 17 00:00:00 2001 From: minchulahn Date: Thu, 22 Jun 2023 11:21:19 +0900 Subject: [PATCH] Add tabulate 0.9.0 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77e5c24..3cdbf83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ jsontemplates==0.1.0 PyYAML==6.0 -pandas==2.0.2 \ No newline at end of file +pandas==2.0.2 +tabulate==0.9.0 \ No newline at end of file