Feature 10912: NS Update Change VNF Package
[osm/POL.git] / requirements.txt
1 #######################################################################################
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 #
10 # Unless required by applicable law or agreed to in writing, software
11 # 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 #######################################################################################
17 aiokafka==0.7.2
18     # via -r requirements.in
19 cached-property==1.5.2
20     # via peewee-migrate
21 certifi==2021.10.8
22     # via requests
23 charset-normalizer==2.0.10
24     # via requests
25 click==8.0.3
26     # via peewee-migrate
27 idna==3.3
28     # via requests
29 jsonschema==2.6.0
30     # via -r requirements.in
31 kafka-python==2.0.2
32     # via aiokafka
33 mock==4.0.3
34     # via peewee-migrate
35 peewee==3.8.2
36     # via
37     #   -r requirements.in
38     #   peewee-migrate
39 peewee-migrate==1.1.6
40     # via -r requirements.in
41 pymysql==0.9.3
42     # via -r requirements.in
43 pyyaml==5.4.1
44     # via -r requirements.in
45 requests==2.27.1
46     # via -r requirements.in
47 urllib3==1.26.8
48     # via requests