Move grpcio from requirements.txt to extras

It is only needed for the etcd3 driver.

Change-Id: I0a0215f56b37d9a4286097b7f748f68d59afcb35
This commit is contained in:
Thomas Bechtold 2019-03-04 10:17:07 +01:00
parent ef5277d75c
commit 535121d613
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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 =