From a2cdb536b384f90c309a923b66b36e85cec9614a Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Wed, 29 Jun 2022 21:24:41 -0400 Subject: [PATCH] Removing rich and click requirement --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93cb62b..0d03f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,8 @@ version = "0.9.0" description = "Move and symlink a path" authors = ["Ryan Reed"] - [tool.poetry.dependencies] python = "^3.7" -rich = "*" -click = "^8.1.3" [tool.poetry.dev-dependencies] black = "==22.6"