aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 53a5e9eb9f76927c9b10bb6a51e88bb6d9505198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tool.poetry]
name = "awscli-plugin-passtotp"
version = "1.0.1"
description = ""
authors = ["Christian Segundo <christian@segundo.com>"]
license = "GPL-3.0-or-later"

repository = "https://github.com/someone-stole-my-name/awscli-plugin-passtotp"
documentation = "https://github.com/someone-stole-my-name/awscli-plugin-passtotp/blob/master/README.md"

readme = "README.md"

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"