Browse Source
Intuitively it might make sense to keep them in mender-image-tests, but this has problems when trying to test updates to the file, so we resort to duplicating it instead. Ticket: QA-464 Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>create-pull-request/patch
Kristian Amlie
2 years ago
3 changed files with 36 additions and 1 deletions
@ -0,0 +1,28 @@ |
|||
attrs==22.1.0 |
|||
bcrypt==4.0.0 |
|||
certifi==2022.9.24 |
|||
cffi==1.15.1 |
|||
chardet==5.0.0 |
|||
cryptography==38.0.1 |
|||
filelock==3.8.0 |
|||
idna==3.4 |
|||
iniconfig==1.1.1 |
|||
invoke==1.6.0 |
|||
packaging==21.3 |
|||
pathlib2==2.3.7.post1 |
|||
pluggy==1.0.0 |
|||
psutil==5.9.2 |
|||
py==1.11.0 |
|||
pycparser==2.21 |
|||
PyNaCl==1.5.0 |
|||
pyparsing==3.0.9 |
|||
pytest==7.1.3 |
|||
pytest-html==3.1.1 |
|||
pytest-metadata==2.0.2 |
|||
python-lzo==1.14 |
|||
PyYAML==6.0 |
|||
requests==2.28.1 |
|||
six==1.16.0 |
|||
toml==0.10.2 |
|||
ubi-reader==0.8.2 |
|||
urllib3==1.26.12 |
Loading…
Reference in new issue