Add http error example
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user