blob: ee275df44b3c86b7603b5031ed124e064ca7b6f3 [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
Eric Ball6d80f2a2025-02-12 12:18:02 -080023flake8
24pexpect
25pylint
26yamllint
Joey Armstrong20005092024-03-18 09:44:31 -040027
28# -----------------------------------------------------------------------
29# https://pypi.org/project/robotframework/#history
30# -----------------------------------------------------------------------
Eric Ball6d80f2a2025-02-12 12:18:02 -080031robotframework
Eric Ball69a599b2025-02-13 11:30:33 -080032robotframework-importresource
Eric Ball6d80f2a2025-02-12 12:18:02 -080033robotframework-kafkalibrary
34robotframework-lint
35robotframework-requests
36robotframework-sshlibrary
37cord-robot
Joey Armstrong20005092024-03-18 09:44:31 -040038
39# -----------------------------------------------------------------------
40# https://pypi.org/project/robotframework-tidy/#history
41# robotframework-tidy 2.0 depends on robotframework>=4.0
42# -----------------------------------------------------------------------
43# robotframework-tidy==2.0
44
45# -----------------------------------------------------------------------
46# https://pypi.org/project/robotframework-robocop/#history
47# -----------------------------------------------------------------------
48# robotframework-robocop
49
Eric Ball6d80f2a2025-02-12 12:18:02 -080050matplotlib
51requests
Eric Ball69a599b2025-02-13 11:30:33 -080052grpcio~=1.48.2
TorstenThieme7c397d72021-07-14 11:51:09 +000053grpc-robot>=2.9.3
TorstenThiemeff9c9142021-04-08 07:21:34 +000054kafka-robot>=2.3.2
TorstenThieme7c397d72021-07-14 11:51:09 +000055voltha-protos>=4.2.0
Eric Ball6d80f2a2025-02-12 12:18:02 -080056protobuf
TorstenThiemeff9c9142021-04-08 07:21:34 +000057protobuf3-to-dict>=0.1.5
Hardik Windlass49591872022-02-03 07:52:51 +000058device-management-interface>=1.2.1
Joey Armstrong20005092024-03-18 09:44:31 -040059
Joey Armstrong4f218752024-07-29 16:04:36 -040060pre-commit
61
62# https://github.com/robotframework/robotframework/tree/v6.1.1#readme
63
Joey Armstrong20005092024-03-18 09:44:31 -040064# [EOF]