diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-30 14:26:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 14:26:57 +0000 |
commit | 3bdfeb467fa4d26fa174ea4f27b256bb0abaf9d8 (patch) | |
tree | bcbeef749bb6e84e628e7f662e9b6bd07fb6fac3 /ms/py-executor/requirements.txt | |
parent | 5519b94eb8cb45694418a2a00fdb28f332b93c6b (diff) | |
parent | 807fbaae96dc75294fe17c933b43261011f33309 (diff) |
Merge "Add bi-directional GRPC python executor."
Diffstat (limited to 'ms/py-executor/requirements.txt')
-rw-r--r-- | ms/py-executor/requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/py-executor/requirements.txt b/ms/py-executor/requirements.txt new file mode 100644 index 000000000..6051e04c1 --- /dev/null +++ b/ms/py-executor/requirements.txt @@ -0,0 +1,6 @@ +grpcio==1.23.0 +grpcio-tools==1.23.0 +configparser==4.0.2 +requests==2.22.0 +ncclient==0.6.6 +ciscoconfparse==1.4.7
\ No newline at end of file |