forked from tommie-lie/awscli-plugin-yubikeytotp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (26 loc) · 825 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
34
[tool.poetry]
name = "awscli-plugin-yubikeytotp"
version = "1.1.0"
description = ""
authors = ["Thomas Liebetraut <[email protected]>"]
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,<3.10"
botocore = "^1.14.14"
yubikey-manager = "<4"
cryptography = "<3.4"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
awscli = { version = "^1" }
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"