From 535121d6133af5d8cf108cb0594511d426fa38ae Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 4 Mar 2019 10:17:07 +0100 Subject: Move grpcio from requirements.txt to extras It is only needed for the etcd3 driver. Change-Id: I0a0215f56b37d9a4286097b7f748f68d59afcb35 --- requirements.txt | 1 - setup.cfg | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9dab502..1af5228 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,3 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD futurist>=1.2.0 # Apache-2.0 oslo.utils>=3.15.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -grpcio>=1.18.0 diff --git a/setup.cfg b/setup.cfg index 3a33bb6..5a2d968 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,6 +47,7 @@ etcd = requests>=2.10.0 # Apache-2.0 etcd3 = etcd3>=0.6.2 # Apache-2.0 + grpcio>=1.18.0 etcd3gw = etcd3gw>=0.1.0 # Apache-2.0 zake = -- cgit v1.2.1