15 lines
310 B
TOML
15 lines
310 B
TOML
[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",
|
|
]
|