[tool.poetry] name = "awscli-plugin-passtotp" version = "1.0.2" description = "" authors = ["Christian Segundo "] license = "GPL-3.0-or-later" repository = "https://git.segundo.io/awscli-plugin-passtotp" documentation = "https://git.segundo.io/awscli-plugin-passtotp/tree/README" readme = "README" keywords = ["aws", "aws-cli", "boto3", "pass", "pass-otp"] classifiers = [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators" ] [tool.poetry.dependencies] python = "^3.7" botocore = "^1.14.14" [tool.poetry.dev-dependencies] black = "^19.10b0" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"