diff options
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 |