| # -*- makefile -*-; |
| # ----------------------------------------------------------------------- |
| # Copyright 2019-2024 Open Networking Foundation Contributors |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http:#www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # ----------------------------------------------------------------------- |
| # SPDX-FileCopyrightText: 2019-2024 Open Networking Foundation Contributors |
| # SPDX-License-Identifier: Apache-2.0 |
| # ----------------------------------------------------------------------- |
| |
| virtualenv |
| |
| flake8 |
| pexpect |
| pylint |
| yamllint |
| |
| # ----------------------------------------------------------------------- |
| # https://pypi.org/project/robotframework/#history |
| # ----------------------------------------------------------------------- |
| robotframework |
| robotframework-kafkalibrary |
| robotframework-lint |
| robotframework-requests |
| robotframework-sshlibrary |
| cord-robot |
| |
| # ----------------------------------------------------------------------- |
| # https://pypi.org/project/robotframework-tidy/#history |
| # robotframework-tidy 2.0 depends on robotframework>=4.0 |
| # ----------------------------------------------------------------------- |
| # robotframework-tidy==2.0 |
| |
| # ----------------------------------------------------------------------- |
| # https://pypi.org/project/robotframework-robocop/#history |
| # ----------------------------------------------------------------------- |
| # robotframework-robocop |
| |
| matplotlib |
| requests |
| grpc-robot>=2.9.3 |
| kafka-robot>=2.3.2 |
| voltha-protos>=4.2.0 |
| protobuf |
| protobuf3-to-dict>=0.1.5 |
| device-management-interface>=1.2.1 |
| |
| pre-commit |
| |
| # https://github.com/robotframework/robotframework/tree/v6.1.1#readme |
| |
| # [EOF] |