Setup CLI structure
This commit is contained in:
@@ -8,7 +8,15 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
click = "^8.1.7"
|
||||
rich = "^13.7.1"
|
||||
jinja2 = "^3.1.3"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
inni = "inni.cli:inni"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ipdb = "^0.13.13"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user