From d95bc9e22e5a38e21e5f18f59d00e99c93296cb2 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Fri, 26 Jan 2024 15:58:37 +0000 Subject: [PATCH] Device - IETF ACTN Driver: - Added required Python dependencies --- src/device/requirements.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/device/requirements.in b/src/device/requirements.in index 46f4a7518..1a09542a3 100644 --- a/src/device/requirements.in +++ b/src/device/requirements.in @@ -19,6 +19,9 @@ cryptography==36.0.2 deepdiff==6.7.* deepmerge==1.1.* #fastcache==1.1.0 +Flask==2.1.3 +Flask-HTTPAuth==4.5.0 +Flask-RESTful==0.3.9 Jinja2==3.0.3 ncclient==0.6.13 p4runtime==1.3.0 @@ -34,9 +37,10 @@ tabulate ipaddress macaddress yattag -pyang +pyang==2.6.0 git+https://github.com/robshakir/pyangbind.git websockets==10.4 +werkzeug==2.3.7 # pip's dependency resolver does not take into account installed packages. # p4runtime does not specify the version of grpcio/protobuf it needs, so it tries to install latest one -- GitLab