390704e55dd59d1fb173e5dcad68638ec0ea8216
[osm/NG-SA.git] / osm_webhook_translator / 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 annotated-types==0.5.0
18     # via pydantic
19 anyio==3.7.1
20     # via
21     #   fastapi
22     #   starlette
23 certifi==2023.7.22
24     # via requests
25 charset-normalizer==3.3.0
26     # via requests
27 click==8.1.7
28     # via uvicorn
29 exceptiongroup==1.1.3
30     # via anyio
31 fastapi==0.103.2
32     # via -r osm_webhook_translator/requirements.in
33 h11==0.14.0
34     # via uvicorn
35 idna==3.4
36     # via
37     #   anyio
38     #   requests
39 pydantic==2.4.2
40     # via fastapi
41 pydantic-core==2.10.1
42     # via pydantic
43 requests==2.31.0
44     # via -r osm_webhook_translator/requirements.in
45 sniffio==1.3.0
46     # via anyio
47 starlette==0.27.0
48     # via fastapi
49 typing-extensions==4.8.0
50     # via
51     #   fastapi
52     #   pydantic
53     #   pydantic-core
54     #   uvicorn
55 urllib3==2.0.5
56     # via requests
57 uvicorn==0.23.2
58     # via -r osm_webhook_translator/requirements.in