blob: f100c248314d6691149fd1d0374d6258aa0c2f55 [file] [log] [blame]
beierlm61bec7d2021-02-11 16:32:17 -05001#######################################################################################
2# Copyright ETSI Contributors and Others.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
bravof8ba99ff2020-06-15 10:59:04 -040010# Unless required by applicable law or agreed to in writing, software
beierlm61bec7d2021-02-11 16:32:17 -050011# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#######################################################################################
beierlma50fbeb2022-01-13 13:19:43 -050017aiokafka==0.7.2
18 # via -r requirements.in
19cached-property==1.5.2
20 # via peewee-migrate
21certifi==2021.10.8
22 # via requests
23charset-normalizer==2.0.10
24 # via requests
25click==8.0.3
26 # via peewee-migrate
27idna==3.3
28 # via requests
29jsonschema==2.6.0
30 # via -r requirements.in
31kafka-python==2.0.2
32 # via aiokafka
33mock==4.0.3
34 # via peewee-migrate
35peewee==3.8.2
36 # via
37 # -r requirements.in
38 # peewee-migrate
39peewee-migrate==1.1.6
40 # via -r requirements.in
41pymysql==0.9.3
42 # via -r requirements.in
43pyyaml==5.4.1
44 # via -r requirements.in
45requests==2.27.1
46 # via -r requirements.in
47urllib3==1.26.8
48 # via requests