Set versions in requirements

Set the package versions in the requirement.txt file

Story: 2005051
Task: 48077

Change-Id: Ia68a64a35c1d5aa821529125f2bea760d0e17c5a
Signed-off-by: Daniel Caires <daniel.caires@encora.com>
This commit is contained in:
Daniel Caires 2023-06-23 11:26:43 -03:00 committed by Lindley Werner Soares Vieira
parent e425d5f945
commit 56aeb98f07
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
configparser
paramiko
pytest
configparser==5.3.0
paramiko==3.2.0
pytest==7.4.0
git+https://github.com/digidotcom/python-streamexpect#egg=streamexpect
pexpect
ruamel.yaml
pexpect==4.8.0
ruamel.yaml==0.17.32