[tool.poetry] name = "bitia" version = "0.2.0" description = "BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility." authors = ["Dilawar Singh <dilawar@subcom.tech>"] readme = "README.md" [tool.poetry.dependencies] python = ">=3.8,<4.0" requests = "^2.28.1" typer = "^0.6.1" rich = "^12.5.1" validators = "^0.20.0" [tool.poetry.scripts] bitia = "bitia.__main__:app" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3" Sphinx = "^5.2.2" myst-parser = "^0.18.1" pylint = "^2.15.3" mypy = "^0.981" twine = "^4.0.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"