forked from tommie-lie/awscli-plugin-yubikeytotp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (25 loc) · 788 Bytes
/
pyproject.toml
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
31
32
33
[tool.poetry]
name = "awscli-plugin-yubikeytotp"
version = "1.2.0b1"
description = ""
authors = ["Thomas Liebetraut <thomas@tommie-lie.de>"]
license = "GPL-3.0-or-later"
repository = "https://github.com/tommie-lie/awscli-plugin-yubikeytotp"
documentation = "https://github.com/tommie-lie/awscli-plugin-yubikeytotp/blob/master/README.md"
readme = "README.md"
keywords = ["aws", "aws-cli", "boto3", "yubikey"]
classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators"
]
[tool.poetry.dependencies]
python = "^3.7"
botocore = "^1.14.14"
yubikey-manager = ">4,<=5"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
awscli = "^1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"