| beierlm | b483b92 | 2021-02-11 14:57:14 -0500 | [diff] [blame] | 1 | # Copyright ETSI Contributors and Others. |
| tierno | 87858ca | 2018-10-08 16:30:15 +0200 | [diff] [blame] | 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. |
| tierno | c312cc1 | 2018-05-04 15:11:26 +0200 | [diff] [blame] | 15 | |
| Dario Faccin | 37e0914 | 2023-05-24 12:48:37 +0200 | [diff] [blame] | 16 | pymongo |
| beierlm | b483b92 | 2021-02-11 14:57:14 -0500 | [diff] [blame] | 17 | aiokafka |
| Mark Beierl | 9468ea3 | 2023-02-24 21:23:48 +0000 | [diff] [blame] | 18 | charset-normalizer<4 # Required by aiohttp in LCM |
| Mark Beierl | ff880cf | 2023-07-21 17:42:00 +0000 | [diff] [blame] | 19 | pyyaml>6 |
| Gulsum Atici | f9b4b3d | 2023-01-09 23:19:18 +0300 | [diff] [blame] | 20 | pycryptodome |
| 21 | dataclasses |
| Dario Faccin | 37e0914 | 2023-05-24 12:48:37 +0200 | [diff] [blame] | 22 | motor |
| Mark Beierl | 9468ea3 | 2023-02-24 21:23:48 +0000 | [diff] [blame] | 23 | temporalio |
| 24 | protobuf<4 # Required by Juju |