blob: 1f0dfafdf25631ba1c7c187aba2f1928109717bd [file] [log] [blame]
Joey Armstrong20005092024-03-18 09:44:31 -04001# -*- makefile -*-;
2# -----------------------------------------------------------------------
3# Copyright 2019-2024 Open Networking Foundation Contributors
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http:#www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# -----------------------------------------------------------------------
17# SPDX-FileCopyrightText: 2019-2024 Open Networking Foundation Contributors
18# SPDX-License-Identifier: Apache-2.0
19# -----------------------------------------------------------------------
20
21virtualenv
22
Matteo Scandolo816a78e2020-06-02 14:37:14 -070023flake8==3.8.2
24pexpect==4.8.0
25pylint==2.5.2
Joey Armstrong20005092024-03-18 09:44:31 -040026yamllint==1.23.0
27
28# -----------------------------------------------------------------------
29# https://pypi.org/project/robotframework/#history
30# -----------------------------------------------------------------------
31robotframework==3.1.2 # 2019-05-24
Joey Armstrong4f218752024-07-29 16:04:36 -040032# robotframework==6.1.1 # 2019-05-24
Matteo Scandolo816a78e2020-06-02 14:37:14 -070033robotframework-kafkalibrary==0.0.3
34robotframework-lint==1.0
35robotframework-requests==0.7.0
TorstenThieme1d1413b2022-02-04 12:41:01 +000036robotframework-sshlibrary==3.8.0
Joey Armstrong20005092024-03-18 09:44:31 -040037
Andy Bavier63460da2020-02-20 14:35:12 -070038# replace when we can use upstream (needs python 3.6)
39git+https://github.com/zdw/robotframework-importresource@b81b87aabaee0594e966687b41e3674b866f28ee
Andrea Campanella389aafc2022-03-11 15:09:39 +010040cord-robot==2.1.10
Joey Armstrong20005092024-03-18 09:44:31 -040041
42# -----------------------------------------------------------------------
43# https://pypi.org/project/robotframework-tidy/#history
44# robotframework-tidy 2.0 depends on robotframework>=4.0
45# -----------------------------------------------------------------------
46# robotframework-tidy==2.0
47
48# -----------------------------------------------------------------------
49# https://pypi.org/project/robotframework-robocop/#history
50# -----------------------------------------------------------------------
51# robotframework-robocop
52
Matteo Scandolo91f9dd62021-11-16 14:42:49 -080053matplotlib==3.3.4
Matteo Scandolo7274b432020-08-27 14:28:43 -070054requests==2.24.0
TorstenThieme7c397d72021-07-14 11:51:09 +000055grpc-robot>=2.9.3
TorstenThiemeff9c9142021-04-08 07:21:34 +000056kafka-robot>=2.3.2
TorstenThieme7c397d72021-07-14 11:51:09 +000057voltha-protos>=4.2.0
Andrea Campanella1ec42212022-05-30 10:18:06 +020058protobuf>=3.15.7,<3.20.0
TorstenThiemeff9c9142021-04-08 07:21:34 +000059protobuf3-to-dict>=0.1.5
Hardik Windlass49591872022-02-03 07:52:51 +000060device-management-interface>=1.2.1
Joey Armstrong20005092024-03-18 09:44:31 -040061
Joey Armstrong4f218752024-07-29 16:04:36 -040062pre-commit
63
64# https://github.com/robotframework/robotframework/tree/v6.1.1#readme
65
Joey Armstrong20005092024-03-18 09:44:31 -040066# [EOF]