Skip to content

Commit

Permalink
Use poetry & pyright in aws-py-fargate
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Jul 2, 2024
1 parent d13d0f7 commit a8f0691
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aws-py-fargate/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: A container running in AWS ECS Fargate, using Python infrastructure
runtime:
name: python
options:
virtualenv: venv

toolchain: poetry
typechecker: pyright
12 changes: 12 additions & 0 deletions aws-py-fargate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tool.poetry]
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
pulumi = ">=3.122.0,<4.0.0"
pulumi-aws = ">=6.42.1,<7.0.0"
pyright = ">=1.1.369,<2.0.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2 changes: 0 additions & 2 deletions aws-py-fargate/requirements.txt

This file was deleted.

0 comments on commit a8f0691

Please sign in to comment.