Bug 2337 - Grafana dashboards do not work when NG-SA is enabled
[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.7.0
18     # via pydantic
19 anyio==4.4.0
20     # via starlette
21 certifi==2024.7.4
22     # via requests
23 charset-normalizer==3.3.2
24     # via requests
25 click==8.1.7
26     # via uvicorn
27 exceptiongroup==1.2.2
28     # via anyio
29 fastapi==0.112.0
30     # via -r osm_webhook_translator/requirements.in
31 h11==0.14.0
32     # via uvicorn
33 idna==3.7
34     # via
35     #   anyio
36     #   requests
37 pydantic==2.8.2
38     # via fastapi
39 pydantic-core==2.20.1
40     # via pydantic
41 requests==2.32.3
42     # via -r osm_webhook_translator/requirements.in
43 sniffio==1.3.1
44     # via anyio
45 starlette==0.37.2
46     # via fastapi
47 typing-extensions==4.12.2
48     # via
49     #   anyio
50     #   fastapi
51     #   pydantic
52     #   pydantic-core
53     #   uvicorn
54 urllib3==2.2.2
55     # via requests
56 uvicorn==0.30.5
57     # via -r osm_webhook_translator/requirements.in