[project] name = "blog" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "fastapi>=0.136.0", "uvicorn>=0.44.0", ] [dependency-groups] dev = [ {include-group = "lints"}, {include-group = "tests"}, {include-group = "types"}, "pre-commit>=4.5.1", ] tests = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", ] lints = [ "black>=23.7.0", "ruff>=0.15.11", "isort>=8.0.1", ] types = [ "mypy>=1.20.1", ]