Setup CLI structure

This commit is contained in:
2024-04-01 23:53:44 +05:30
parent f20c4842c5
commit 5c61863534
9 changed files with 625 additions and 2 deletions

View File

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