File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ pip install robotframework-confluentkafkalibrary
2323```
2424
2525Extra 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```
3334pip install robotframework-confluentkafkalibrary[all]
You can’t perform that action at this time.
0 commit comments