From 68cee77422da5f8b289e65c1131733f7c9ec9f7b Mon Sep 17 00:00:00 2001 From: Giorgos Drosos <56369797+gdrosos@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:36:50 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20dependency:=20?= =?UTF-8?q?rich=20(#1345)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove unused dependency: rich * Update changelog * Moved changelog change to 0.8.0 Maintenance section --------- Co-authored-by: s-weigand --- changelog.md | 2 ++ requirements_dev.txt | 1 - setup.cfg | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f9b7b34de..4ea60e20c 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,8 @@ ### ๐Ÿšง Maintenance +- ๐Ÿงน Remove unused dependency: 'rich' (#1345) + (changes-0_7_1)= ## ๐Ÿš€ 0.7.1 (2023-07-28) diff --git a/requirements_dev.txt b/requirements_dev.txt index b3b4cdc41..326234e8a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,7 +13,6 @@ odfpy==1.4.1 openpyxl==3.1.2 pandas==2.0.3 pydantic==1.10.12 -rich==13.4.2 ruamel.yaml==0.17.32 scipy==1.11.2 sdtfile==2022.9.28 diff --git a/setup.cfg b/setup.cfg index 1a7187f82..f89e730db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,6 @@ install_requires = openpyxl>=3.0.10 pandas>=1.3.4 pydantic>=1.10.2 - rich>=10.9.0 ruamel.yaml>=0.17.17 scipy>=1.7.2 sdtfile>=2020.8.3