Browse Source

Removing rich and click requirement

pull/2/head
Ryan Reed 2 years ago
parent
commit
a2cdb536b3
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      pyproject.toml

+ 0
- 3
pyproject.toml View File

@ -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"


Loading…
Cancel
Save