Unverified Commit 975d442a authored by Tao Feng's avatar Tao Feng Committed by GitHub

Make confluent-kafka-python optional dep (#74)

parent 5dfbbb30
......@@ -36,9 +36,9 @@ setup(
'antlr4-python2-runtime==4.7.1',
'statsd==3.2.1',
'retrying==1.3.3',
'confluent-kafka==1.0.0'
],
extras_require={
':python_version=="2.7"': ['typing>=3.6'], # allow typehinting PY2
'kafka': ['confluent-kafka==1.0.0'], # To use with Kafka source extractor
},
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment