| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 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 | ####################################################################################### |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 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 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 24 | # via requests |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 25 | charset-normalizer==3.3.0 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 26 | # via requests |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 27 | click==8.1.7 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 28 | # via uvicorn |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 29 | exceptiongroup==1.1.3 |
| 30 | # via anyio |
| 31 | fastapi==0.103.2 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 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 |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 39 | pydantic==2.4.2 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 40 | # via fastapi |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 41 | pydantic-core==2.10.1 |
| 42 | # via pydantic |
| garciadeblas | 02f71cd | 2023-05-23 21:57:36 +0200 | [diff] [blame] | 43 | requests==2.31.0 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 44 | # via -r osm_webhook_translator/requirements.in |
| 45 | sniffio==1.3.0 |
| 46 | # via anyio |
| garciadeblas | 02f71cd | 2023-05-23 21:57:36 +0200 | [diff] [blame] | 47 | starlette==0.27.0 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 48 | # via fastapi |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 49 | typing-extensions==4.8.0 |
| 50 | # via |
| 51 | # fastapi |
| 52 | # pydantic |
| 53 | # pydantic-core |
| 54 | # uvicorn |
| aguilard | 5184a3d | 2023-08-22 06:59:07 +0000 | [diff] [blame] | 55 | urllib3==2.0.6 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 56 | # via requests |
| garciadeblas | ee6a79b | 2023-09-28 23:24:38 +0200 | [diff] [blame] | 57 | uvicorn==0.23.2 |
| garciadeblas | 9cbad10 | 2023-04-05 11:09:19 +0200 | [diff] [blame] | 58 | # via -r osm_webhook_translator/requirements.in |