Update third-party-packages.md (#1540)

This commit is contained in:
thomas Eeckhout 2022-03-08 13:40:21 +01:00 committed by GitHub
parent 813aa8d934
commit 6798311a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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
<a href="https://github.com/MrPigss/DecoRouter" target="_blank">GitHub</a>
FastAPI style routing for Starlette.
Allows you to use decorators to generate routing tables.
## Frameworks
### FastAPI