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 d8911f1 commit 7efa926Copy full SHA for 7efa926
tools/test-osx.sh
@@ -26,7 +26,7 @@ hash -r # let go of previous 'pip'
26
27
# Install modules
28
# TODO: revisit to avoid hardcoding dependencies
29
-pip install "futures;python_version=='2.7'" "enum34;python_version=='2.7'"
+pip install "futures;python_version=='2.7'" "enum34;python_version=='2.7'" requests avro
30
31
pip install confluent_kafka --no-cache-dir --no-index -f $WHEELHOUSE
32
0 commit comments