|
@ -4,11 +4,8 @@ version = "0.9.0" |
|
|
description = "Move and symlink a path" |
|
|
description = "Move and symlink a path" |
|
|
authors = ["Ryan Reed"] |
|
|
authors = ["Ryan Reed"] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies] |
|
|
[tool.poetry.dependencies] |
|
|
python = "^3.7" |
|
|
python = "^3.7" |
|
|
rich = "*" |
|
|
|
|
|
click = "^8.1.3" |
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies] |
|
|
[tool.poetry.dev-dependencies] |
|
|
black = "==22.6" |
|
|
black = "==22.6" |
|
|