diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-09-25 15:00:08 +0200 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-09-25 15:00:08 +0200 |
commit | 0b1f4ac638ba176832cf828f9633fa856faca273 (patch) | |
tree | 1d0efd7f4d9d9493b145c45aae39b76731e2149e /requirements.txt | |
parent | 9c02754bea543f0206cb69575d322bcfe802cbac (diff) |
Fix docker staging build1.7.0
temp fix to lock a dependency to a python 2.7 compatible version
Issue-ID: INT-1727
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I429c04e334a9afd106fb7430b9e3d3d91cced5cc
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 238f4613..b7f79147 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ robotframework==3.1.2 +pyrsistent==0.16.1 selenium robotframework-seleniumlibrary robotframework-archivelibrary |