A tool for moving and symlinking directories to a central location
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tool.poetry]
|
|
name = "transpose"
|
|
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"
|
|
flake8 = "==3.8.4"
|
|
pre-commit = "*"
|
|
pydantic = "*"
|
|
pytest = "*"
|
|
pytest-sugar = "*"
|
|
python-dotenv = "*"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|