inni/pyproject.toml

32 lines
632 B
TOML

[tool.poetry]
name = "inni"
version = "0.2.0"
description = "Modular system to perform tasks surrounding log-in and log-out."
authors = ["Ceda EI <ceda_ei@webionite.com>"]
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"
jira = "^3.8.0"
prompt-toolkit = "^3.0.43"
playwright = "^1.43.0"
[tool.poetry.scripts]
inni = "inni.cli:inni"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"
ipython = "^8.23.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"