diff options
author | Brinda Santh <bs2796@att.com> | 2019-09-23 10:10:58 -0400 |
---|---|---|
committer | Brinda Santh Muthuramalingam <bs2796@att.com> | 2019-09-25 16:01:44 +0000 |
commit | 807fbaae96dc75294fe17c933b43261011f33309 (patch) | |
tree | fee0a5f7454a62b5b2717556bbeb96c3589b659d /ms/py-executor/requirements.txt | |
parent | 054b1d80f19d27fb8766bf70339ec5b7a351ac2e (diff) |
Add bi-directional GRPC python executor.
Python based bidirectional communication script executor microservice.
Issue-ID: CCSDK-1747
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a
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 |