[tool.poetry] name = "inni" version = "0.1.0" description = "Modular system to perform tasks surrounding log-in and log-out." authors = ["Ceda EI "] license = "GPL-3.0" readme = "README.md" [tool.poetry.dependencies] python = "^3.11" click = "^8.1.7" rich = "^13.7.1" jinja2 = "^3.1.3" skpy = "^0.10.6" [tool.poetry.scripts] inni = "inni.cli:inni" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.isort] profile = "black"