poetry2nix/tests/awscli/pyproject.toml
adisbladis d5f756b8e5 Break out awscli to it's own separate test
Solving the test environment for common-pkgs-2 is taking forever, we
can make it a lot easier by splitting out awscli to it's own test.
2021-12-25 22:25:51 -08:00

16 lines
273 B
TOML

[tool.poetry]
name = "test_awscli"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
awscli = "*"
awscli-cwlogs = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"