Skip to content

Commit 3aa4bcc

Browse files
authored
Merge pull request #4 from hfern/hgf/docs
Declare dependency on `protobuf` and include source code link
2 parents c8532aa + 700b38a commit 3aa4bcc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ unbundling compound API calls.
99
Instead, you can simply implement Create, Read, Update, and Delete operations
1010
using idiomatic Python for each of the resource types you want to support.
1111

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

1415
## Installation
1516

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tf"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Python Terraform Provider framework"
55
authors = ["Hunter Fernandes <[email protected]>"]
66
license = "MIT"
@@ -26,6 +26,7 @@ python = "^3.11"
2626
msgpack = "^1.1.0"
2727
cryptography = ">43"
2828
grpcio = "^1.67.1"
29+
protobuf = "^5.28.3"
2930

3031

3132
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)