Skip to content

Commit 96be12b

Browse files
committed
Add pyproject file
0 parents  commit 96be12b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "aws-coco"
3+
version = "0.1.0"
4+
description = "A utility for managing AWS Console Sessions with Firefox Containers"
5+
authors = ["Joe Snell <joepsnell@gmail.com>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.8"
10+
boto3 = "^1.15.10"
11+
12+
[tool.poetry.dev-dependencies]
13+
pytest = "^6.1.0"
14+
15+
[build-system]
16+
requires = ["poetry>=0.12"]
17+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)