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