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 f63fcc5 commit 67991ccCopy full SHA for 67991cc
setup.py
@@ -14,7 +14,7 @@
14
LEGACYAVRO_REQUIRES = ['fastavro >= 1.3.2', 'avro-python3 >= 1.10.1']
15
JSON_REQUIRES = ['jsonschema >= 3.2.0']
16
PROTO_REQUIRES = ['protobuf >= 4.22.0']
17
-SCHEMA_REGISTRY_REQUIRES = ['httpx>=0.26']
+SCHEMA_REGISTRY_REQUIRES = ['httpx>=0.26', 'cachetools >= 5.5.0', 'attr >= 0.3.2']
18
ALL = AVRO_REQUIRES + LEGACYAVRO_REQUIRES + JSON_REQUIRES + PROTO_REQUIRES + SCHEMA_REGISTRY_REQUIRES
19
setup(name = 'robotframework-confluentkafkalibrary',
20
version = VERSION,
0 commit comments