6cf7f422333fea7fa7c83aaeea624b7a1d8acd4d
[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 anyio==3.6.2
18     # via starlette
19 certifi==2022.12.7
20     # via requests
21 charset-normalizer==3.1.0
22     # via requests
23 click==8.1.3
24     # via uvicorn
25 fastapi==0.95.0
26     # via -r osm_webhook_translator/requirements.in
27 h11==0.14.0
28     # via uvicorn
29 idna==3.4
30     # via
31     #   anyio
32     #   requests
33 pydantic==1.10.7
34     # via fastapi
35 requests==2.28.2
36     # via -r osm_webhook_translator/requirements.in
37 sniffio==1.3.0
38     # via anyio
39 starlette==0.26.1
40     # via fastapi
41 typing-extensions==4.5.0
42     # via
43     #   pydantic
44     #   starlette
45 urllib3==1.26.15
46     # via requests
47 uvicorn==0.21.1
48     # via -r osm_webhook_translator/requirements.in