We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 96be12bCopy full SHA for 96be12b
pyproject.toml
@@ -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