Skip to content

Commit f63fcc5

Browse files
authored
Add schema registry dependency to install with all
1 parent 9a43475 commit f63fcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
JSON_REQUIRES = ['jsonschema >= 3.2.0']
1616
PROTO_REQUIRES = ['protobuf >= 4.22.0']
1717
SCHEMA_REGISTRY_REQUIRES = ['httpx>=0.26']
18-
ALL = AVRO_REQUIRES + LEGACYAVRO_REQUIRES + JSON_REQUIRES + PROTO_REQUIRES
18+
ALL = AVRO_REQUIRES + LEGACYAVRO_REQUIRES + JSON_REQUIRES + PROTO_REQUIRES + SCHEMA_REGISTRY_REQUIRES
1919
setup(name = 'robotframework-confluentkafkalibrary',
2020
version = VERSION,
2121
description = 'Confluent Kafka library for Robot Framework',

0 commit comments

Comments
 (0)