diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-07-10 14:58:50 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-07-20 09:59:36 +0000 |
commit | e6e9e798a37bba2add235a3e950724a3317baac5 (patch) | |
tree | 14d50b26c3421484b69d9b04658fedec915c12ae /test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt | |
parent | f2cd4acee77c76f28ab17852c1817d854bf036ce (diff) |
[PMSHSIM] Refactoring pmsh-pnf-sim
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I40834e906fcc5f33c6e70fb3d3da886a7ee0d521
Issue-ID: INT-1657
Diffstat (limited to 'test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt')
-rw-r--r-- | test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt b/test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt index 651d147d2..c66dac877 100644 --- a/test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt +++ b/test/mocks/pmsh-pnf-sim/docker-compose/requirements.txt @@ -1,2 +1,3 @@ -requests -schedule
\ No newline at end of file +schedule==0.6.0 +PyYAML==5.3.1 +requests==2.24.0 |