Skip to content

Commit bbb2476

Browse files
committed
Add dependency on Kubernetes client library when Kubernetes is enabled
1 parent 347793f commit bbb2476

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
@@ -25,7 +25,7 @@
2525

2626
EXTRAS_REQUIRE = {'aws': ['boto3'], 'etcd': ['python-etcd'], 'etcd3': ['python-etcd'],
2727
'consul': ['python-consul'], 'exhibitor': ['kazoo'], 'zookeeper': ['kazoo'],
28-
'kubernetes': [], 'raft': ['pysyncobj', 'cryptography']}
28+
'kubernetes': ['kubernetes'], 'raft': ['pysyncobj', 'cryptography']}
2929

3030
# Add here all kinds of additional classifiers as defined under
3131
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)