diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 6dc9892b..66af0047 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -113,6 +113,14 @@ of [webargs](https://github.com/marshmallow-code/webargs). Allows you to parse querystring, JSON, form, headers, and cookies using type annotations. +### DecoRouter + +GitHub + +FastAPI style routing for Starlette. + +Allows you to use decorators to generate routing tables. + ## Frameworks ### FastAPI