summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/requirements.txt
diff options
context:
space:
mode:
authorMatthew Watkins <mwatkins@linuxfoundation.org>2022-12-06 13:54:10 +0000
committerMatthew Watkins <mwatkins@linuxfoundation.org>2022-12-07 13:21:55 +0000
commitee796cd26464d78beb559730306a62bf382724d4 (patch)
tree4dbc0aed7b2ce8ed2ede218e905db830c215bf1d /robotframework-onap/requirements.txt
parentcc48d7b837c0062c7b79d286c55c75b4eac65212 (diff)
Chore: Unpin robot/versions to match ci-management
Also remove Python2.x tests from tox.ini Issue-ID: CCSDK-3820 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org> Change-Id: Ie852cba988b962dbd0c32e27f987260aaa55e644 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Diffstat (limited to 'robotframework-onap/requirements.txt')
-rw-r--r--robotframework-onap/requirements.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/robotframework-onap/requirements.txt b/robotframework-onap/requirements.txt
index 325153c..9f8bb6d 100644
--- a/robotframework-onap/requirements.txt
+++ b/robotframework-onap/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr!=2.1.0 # Apache-2.0
+pbr
deepdiff
dnspython
future
@@ -9,12 +9,11 @@ jinja2
jsonpath-rw
kafka-python
paramiko
-protobuf==3.16.0
+protobuf
pyyaml
requests
-robotframework
robotframework-requests==0.9.3
robotlibcore-temp
six
urllib3
-more-itertools~=5.0.0 \ No newline at end of file
+more-itertools