| beierlm | 61bec7d | 2021-02-11 16:32:17 -0500 | [diff] [blame] | 1 | # Copyright ETSI Contributors and Others. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 12 | # implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | aiokafka |
| Mark Beierl | d37c54c | 2023-05-10 11:15:10 -0400 | [diff] [blame] | 17 | peewee |
| 18 | jsonschema |
| Mark Beierl | 74c4022 | 2023-07-21 17:13:52 +0000 | [diff] [blame] | 19 | pyyaml>6 |
| Mark Beierl | d37c54c | 2023-05-10 11:15:10 -0400 | [diff] [blame] | 20 | pymysql |
| 21 | peewee-migrate |
| 22 | requests |