We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a43475 commit f63fcc5Copy full SHA for f63fcc5
setup.py
@@ -15,7 +15,7 @@
15
JSON_REQUIRES = ['jsonschema >= 3.2.0']
16
PROTO_REQUIRES = ['protobuf >= 4.22.0']
17
SCHEMA_REGISTRY_REQUIRES = ['httpx>=0.26']
18
-ALL = AVRO_REQUIRES + LEGACYAVRO_REQUIRES + JSON_REQUIRES + PROTO_REQUIRES
+ALL = AVRO_REQUIRES + LEGACYAVRO_REQUIRES + JSON_REQUIRES + PROTO_REQUIRES + SCHEMA_REGISTRY_REQUIRES
19
setup(name = 'robotframework-confluentkafkalibrary',
20
version = VERSION,
21
description = 'Confluent Kafka library for Robot Framework',
0 commit comments