diff options
author | Andinus <andinus@nand.sh> | 2021-08-15 17:49:11 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-08-15 17:49:11 +0530 |
commit | 14d660aa424e9900ec060ec1c05361c393efbaf1 (patch) | |
tree | 5b490837468bd6370bacee86289d902b8e45ab29 | |
parent | f1a450291a526dcc0d0b19025a55e37be6c4aa77 (diff) | |
download | taurus-14d660aa424e9900ec060ec1c05361c393efbaf1.tar.gz |
Update dependencies in META6.json
-rw-r--r-- | META6.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/META6.json b/META6.json index f414964..4826d8e 100644 --- a/META6.json +++ b/META6.json @@ -11,6 +11,7 @@ }, "depends" : [ "CSV::Parser", + "Terminal::UI", "Terminal::Spinners", "Text::Table::Simple" ], |