Add http error example

This commit is contained in:
marys
2026-03-23 13:48:07 +01:00
parent 367cc33c8a
commit 28004b2fc5
3 changed files with 32 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "fastapi-async"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"aiocsv>=1.4.0",
"aiohttp>=3.13.3",
"aiomysql>=0.3.2",
"fastapi>=0.135.1",
"influxdb-client>=1.50.0",
"sqlalchemy>=2.0.48",
"uvicorn>=0.42.0",
]