blob: 2a6ac74996924d72e1dd4fe277bd6afccc73d2c2 (
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.2"
description = ""
authors = ["Christian Segundo <christian@segundo.com>"]
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"
|