Skip to content

Commit

Permalink
chore: Add CDKTF to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Aug 19, 2024
1 parent da650cb commit 8ba2c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ readme = "README.md"
dynamic = ["version"]
dependencies = [
# "frappe~=15.0.0" # Installed and managed by bench.
# Terraform CDKTF dependencies
"cdktf==0.20.8",
"cdktf-cdktf-provider-digitalocean==11.5.2",
]

[build-system]
Expand Down

0 comments on commit 8ba2c5c

Please sign in to comment.