From c7c3b1e3bea02fbdc53796b8fa3cb561850e13c5 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Sun, 29 Dec 2019 23:01:29 -0800 Subject: [PATCH] updated requirements.txt --- daemon/requirements.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/daemon/requirements.txt b/daemon/requirements.txt index b700247f..eaddd657 100644 --- a/daemon/requirements.txt +++ b/daemon/requirements.txt @@ -1,9 +1,15 @@ +bcrypt==3.1.7 +cffi==1.13.2 +cryptography==2.8 fabric==2.5.0 -grpcio==1.23.0 -grpcio-tools==1.21.1 +grpcio==1.26.0 invoke==1.3.0 -lxml==4.4.1 +lxml==4.4.2 netaddr==0.7.19 -Pillow==6.2.1 -protobuf==3.9.1 -PyYAML==5.2 +paramiko==2.7.1 +pillow==6.2.1 +protobuf==3.11.1 +pycparser==2.19 +pynacl==1.3.0 +pyyaml==5.2 +six==1.13.0