template-python / pyproject.toml
npv2k1's picture
feat: implement API module with FastAPI and initial route handlers
3ec4ff0
raw
history blame
262 Bytes
[project]
name = "template-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi[standard]>=0.115.8",
"ipykernel>=6.29.5",
"numpy>=2.2.3",
"pytest>=8.3.4",
]