13 lines
261 B
TOML
13 lines
261 B
TOML
[project]
|
|
name = "pyapi"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiohttp>=3.13.2",
|
|
"fastapi[standard]>=0.128.0",
|
|
"pydantic>=2.12.5",
|
|
"python-dotenv>=1.2.1",
|
|
]
|