diff --git a/daemon/requirements.txt b/daemon/requirements.txt index a32f12de..d9029923 100644 --- a/daemon/requirements.txt +++ b/daemon/requirements.txt @@ -1,7 +1,9 @@ configparser==4.0.2 +fabric==2.5.0 future==0.17.1 grpcio==1.23.0 grpcio-tools==1.21.1 +invoke==1.3.0 lxml==4.4.1 protobuf==3.9.1 six==1.12.0 diff --git a/daemon/setup.py.in b/daemon/setup.py.in index 49af9cfe..3a451fb4 100644 --- a/daemon/setup.py.in +++ b/daemon/setup.py.in @@ -35,8 +35,10 @@ setup( packages=find_packages(), install_requires=[ "configparser", + "fabric", "future", "grpcio", + "invoke", "lxml", "protobuf", ],