Skip to content

Commit 4619f55

Browse files
authored
Update README.md
1 parent a1bc467 commit 4619f55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ pip install robotframework-confluentkafkalibrary
2323
```
2424

2525
Extra packages:
26-
* [avro] = ['fastavro >= 1.3.2', 'avro >= 1.11.1']
27-
* [json] = ['jsonschema >= 3.2.0']
28-
* [protobuf] = ['protobuf >= 4.22.0']
29-
* [schemaregistry] = ['httpx>=0.26', 'cachetools >= 5.5.0', 'attrs >= 24.3.0']
30-
To install all dependencies use `[all]` extension like:
26+
* `[avro]` = `['fastavro >= 1.3.2', 'avro >= 1.11.1']`
27+
* `[json]` = `['jsonschema >= 3.2.0', 'pyrsistent >= 0.20.0']`
28+
* `[protobuf]` = `['protobuf >= 4.22.0', 'googleapis-common-protos >= 1.66.0']`
29+
* `[schemaregistry]` = `['httpx>=0.26', 'cachetools >= 5.5.0', 'attrs >= 24.3.0']`
30+
31+
* To install all dependencies use `[all]` extension like:
3132

3233
```
3334
pip install robotframework-confluentkafkalibrary[all]

0 commit comments

Comments
 (0)