blob: 6436e267579db078e5bba6f4a5943827d476528e [file] [log] [blame]
beierlmacf83f82021-03-17 08:11:23 -04001#######################################################################################
2# Copyright ETSI Contributors and Others.
tierno2e215512018-11-28 09:37:52 +00003#
beierlmacf83f82021-03-17 08:11:23 -04004# 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
tierno2e215512018-11-28 09:37:52 +00009#
tiernob3cda2e2018-10-30 17:26:59 +000010# Unless required by applicable law or agreed to in writing, software
beierlmacf83f82021-03-17 08:11:23 -040011# 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#######################################################################################
Mark Beierl03ad2802023-03-01 16:53:08 +000017aiohttp==3.8.4
beierlmd213eba2022-01-18 08:52:27 -050018 # via -r requirements.in
Mark Beierl43948632023-01-27 21:10:48 +000019aiosignal==1.3.1
20 # via aiohttp
21async-timeout==4.0.2
beierlmd213eba2022-01-18 08:52:27 -050022 # via
23 # -r requirements.in
24 # aiohttp
Mark Beierl821bfc92023-01-24 21:15:25 -050025attrs==22.2.0
Mark Beierl3fd1aea2023-01-06 11:53:37 -050026 # via
27 # aiohttp
28 # glom
Mark Beierl03ad2802023-03-01 16:53:08 +000029boltons==23.0.0
Mark Beierl3fd1aea2023-01-06 11:53:37 -050030 # via
31 # face
32 # glom
Mark Beierl03ad2802023-03-01 16:53:08 +000033charset-normalizer==3.0.1
beierlmd213eba2022-01-18 08:52:27 -050034 # via aiohttp
aticigdffa6212022-04-12 15:27:53 +030035checksumdir==1.2.0
36 # via -r requirements.in
Mark Beierl3fd1aea2023-01-06 11:53:37 -050037config-man==0.0.4
38 # via -r requirements.in
Mark Beierl821bfc92023-01-24 21:15:25 -050039face==20.1.1
Mark Beierl3fd1aea2023-01-06 11:53:37 -050040 # via glom
Mark Beierl43948632023-01-27 21:10:48 +000041frozenlist==1.3.3
42 # via
43 # aiohttp
44 # aiosignal
Mark Beierl821bfc92023-01-24 21:15:25 -050045glom==23.1.1
Mark Beierl3fd1aea2023-01-06 11:53:37 -050046 # via config-man
Mark Beierl03ad2802023-03-01 16:53:08 +000047grpcio==1.51.3
beierlmd213eba2022-01-18 08:52:27 -050048 # via grpcio-tools
Gulsum Aticid3dffd82022-10-11 16:39:00 +030049grpcio-tools==1.48.1
beierlmd213eba2022-01-18 08:52:27 -050050 # via -r requirements.in
Gulsum Aticid3dffd82022-10-11 16:39:00 +030051grpclib==0.4.3
beierlmd213eba2022-01-18 08:52:27 -050052 # via -r requirements.in
53h2==4.1.0
54 # via grpclib
55hpack==4.0.0
56 # via h2
57hyperframe==6.0.1
58 # via h2
Gulsum Atici48b760f2022-09-26 20:57:26 +030059idna==3.4
beierlmd213eba2022-01-18 08:52:27 -050060 # via
61 # -r requirements.in
62 # yarl
beierlmef921322022-06-24 21:17:53 -040063jinja2==3.1.2
beierlmd213eba2022-01-18 08:52:27 -050064 # via -r requirements.in
Mark Beierl821bfc92023-01-24 21:15:25 -050065markupsafe==2.1.2
beierlmd213eba2022-01-18 08:52:27 -050066 # via jinja2
Mark Beierl821bfc92023-01-24 21:15:25 -050067multidict==6.0.4
beierlmd213eba2022-01-18 08:52:27 -050068 # via
69 # aiohttp
70 # grpclib
71 # yarl
Gulsum Aticid3dffd82022-10-11 16:39:00 +030072protobuf==3.20.3
73 # via
Gulsum Aticid3dffd82022-10-11 16:39:00 +030074 # grpcio-tools
Mark Beierl821bfc92023-01-24 21:15:25 -050075 # temporalio
Mark Beierl03ad2802023-03-01 16:53:08 +000076pydantic==1.10.5
David Garcia78b6e6d2022-04-29 05:50:46 +020077 # via -r requirements.in
Mark Beierl821bfc92023-01-24 21:15:25 -050078python-dateutil==2.8.2
79 # via temporalio
beierlmd213eba2022-01-18 08:52:27 -050080pyyaml==5.4.1
81 # via -r requirements.in
82six==1.16.0
Mark Beierl821bfc92023-01-24 21:15:25 -050083 # via python-dateutil
Mark Beierl03ad2802023-03-01 16:53:08 +000084temporalio==1.1.0
Mark Beierl821bfc92023-01-24 21:15:25 -050085 # via -r requirements.in
Mark Beierl03ad2802023-03-01 16:53:08 +000086types-protobuf==4.22.0.0
Mark Beierl821bfc92023-01-24 21:15:25 -050087 # via temporalio
Mark Beierl03ad2802023-03-01 16:53:08 +000088typing-extensions==4.5.0
beierlmef921322022-06-24 21:17:53 -040089 # via
beierlmef921322022-06-24 21:17:53 -040090 # pydantic
Mark Beierl821bfc92023-01-24 21:15:25 -050091 # temporalio
92yarl==1.8.2
beierlmd213eba2022-01-18 08:52:27 -050093 # via aiohttp
94
95# The following packages are considered to be unsafe in a requirements file:
96# setuptools