Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 1 | # -*- 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 | |
| 21 | virtualenv |
| 22 | |
Eric Ball | 6d80f2a | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 23 | flake8 |
| 24 | pexpect |
| 25 | pylint |
| 26 | yamllint |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 27 | |
| 28 | # ----------------------------------------------------------------------- |
| 29 | # https://pypi.org/project/robotframework/#history |
| 30 | # ----------------------------------------------------------------------- |
Eric Ball | 6d80f2a | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 31 | robotframework |
| 32 | robotframework-kafkalibrary |
| 33 | robotframework-lint |
| 34 | robotframework-requests |
| 35 | robotframework-sshlibrary |
| 36 | cord-robot |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 37 | |
| 38 | # ----------------------------------------------------------------------- |
| 39 | # https://pypi.org/project/robotframework-tidy/#history |
| 40 | # robotframework-tidy 2.0 depends on robotframework>=4.0 |
| 41 | # ----------------------------------------------------------------------- |
| 42 | # robotframework-tidy==2.0 |
| 43 | |
| 44 | # ----------------------------------------------------------------------- |
| 45 | # https://pypi.org/project/robotframework-robocop/#history |
| 46 | # ----------------------------------------------------------------------- |
| 47 | # robotframework-robocop |
| 48 | |
Eric Ball | 6d80f2a | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 49 | matplotlib |
| 50 | requests |
TorstenThieme | 7c397d7 | 2021-07-14 11:51:09 +0000 | [diff] [blame] | 51 | grpc-robot>=2.9.3 |
TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 52 | kafka-robot>=2.3.2 |
TorstenThieme | 7c397d7 | 2021-07-14 11:51:09 +0000 | [diff] [blame] | 53 | voltha-protos>=4.2.0 |
Eric Ball | 6d80f2a | 2025-02-12 12:18:02 -0800 | [diff] [blame^] | 54 | protobuf |
TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 55 | protobuf3-to-dict>=0.1.5 |
Hardik Windlass | 4959187 | 2022-02-03 07:52:51 +0000 | [diff] [blame] | 56 | device-management-interface>=1.2.1 |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 57 | |
Joey Armstrong | 4f21875 | 2024-07-29 16:04:36 -0400 | [diff] [blame] | 58 | pre-commit |
| 59 | |
| 60 | # https://github.com/robotframework/robotframework/tree/v6.1.1#readme |
| 61 | |
Joey Armstrong | 2000509 | 2024-03-18 09:44:31 -0400 | [diff] [blame] | 62 | # [EOF] |