Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 1 | # -*- makefile -*-; |
| 2 | # ----------------------------------------------------------------------- |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 3 | # Copyright 2019-2025 Open Networking Foundation Contributors |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 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 | # ----------------------------------------------------------------------- |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 17 | # SPDX-FileCopyrightText: 2019-2025 Open Networking Foundation Contributors |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 18 | # SPDX-License-Identifier: Apache-2.0 |
| 19 | # ----------------------------------------------------------------------- |
| 20 | |
| 21 | virtualenv |
| 22 | |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 23 | flake8==7.2.0 |
| 24 | pexpect==4.9.0 |
| 25 | pre-commit==4.2.0 |
| 26 | pylint==3.3.6 |
| 27 | yamllint==1.37.0 |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 28 | |
| 29 | # ----------------------------------------------------------------------- |
| 30 | # https://pypi.org/project/robotframework/#history |
| 31 | # ----------------------------------------------------------------------- |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 32 | robotframework==7.2.2 |
| 33 | robotframework-importresource==0.2.0 |
Matteo Scandolo | 816a78e | 2020-06-02 14:37:14 -0700 | [diff] [blame] | 34 | robotframework-kafkalibrary==0.0.3 |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 35 | robotframework-lint==1.1 |
| 36 | robotframework-requests==0.9.7 |
| 37 | robotframework-robocop==6.0.3 |
TorstenThieme | 1d1413b | 2022-02-04 12:41:01 +0000 | [diff] [blame] | 38 | robotframework-sshlibrary==3.8.0 |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 39 | robotframework-tidy==4.16.0 |
Andrea Campanella | 389aafc | 2022-03-11 15:09:39 +0100 | [diff] [blame] | 40 | cord-robot==2.1.10 |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 41 | |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 42 | matplotlib==3.10.1 |
| 43 | requests==2.32.3 |
| 44 | grpcio<=1.39.0 # Required for voltha-protos |
TorstenThieme | 7c397d7 | 2021-07-14 11:51:09 +0000 | [diff] [blame] | 45 | grpc-robot>=2.9.3 |
TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 46 | kafka-robot>=2.3.2 |
Eric Ball | c6ec88e | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 47 | voltha-protos>=5.6.2 |
Andrea Campanella | 1ec4221 | 2022-05-30 10:18:06 +0200 | [diff] [blame] | 48 | protobuf>=3.15.7,<3.20.0 |
TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 49 | protobuf3-to-dict>=0.1.5 |
Hardik Windlass | 4959187 | 2022-02-03 07:52:51 +0000 | [diff] [blame] | 50 | device-management-interface>=1.2.1 |