Skip to content

Commit

Permalink
Merge pull request #4 from hfern/hgf/docs
Browse files Browse the repository at this point in the history
Declare dependency on `protobuf` and include source code link
  • Loading branch information
hfern authored Nov 13, 2024
2 parents c8532aa + 700b38a commit 3aa4bcc
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 3aa4bcc

Please sign in to comment.