Skip to content

Commit

Permalink
Declare dependency on protobuf and include source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
hfern committed Nov 13, 2024
1 parent c8532aa commit 700b38a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ unbundling compound API calls.
Instead, you can simply implement Create, Read, Update, and Delete operations
using idiomatic Python for each of the resource types you want to support.

Documentation is available at [https://python-tf.readthedocs.io](https://python-tf.readthedocs.io).
* **Documentation** is available at [https://python-tf.readthedocs.io](https://python-tf.readthedocs.io)
* **Source Code** is available at [https://github.com/hfern/tf](https://github.com/hfern/tf)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tf"
version = "1.0.2"
version = "1.0.3"
description = "Python Terraform Provider framework"
authors = ["Hunter Fernandes <[email protected]>"]
license = "MIT"
Expand All @@ -26,6 +26,7 @@ python = "^3.11"
msgpack = "^1.1.0"
cryptography = ">43"
grpcio = "^1.67.1"
protobuf = "^5.28.3"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 700b38a

Please sign in to comment.