diff --git a/Pipfile b/Pipfile index 6d65ed8..a12130c 100755 --- a/Pipfile +++ b/Pipfile @@ -13,6 +13,7 @@ pylint = "*" python-decouple = "*" pytest = "*" coverage = "*" +grpcio = "*" python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"} pylint = "*"