Added support for Marshmallow schemas in responses

This commit is contained in:
Fabio Manganiello 2021-05-10 18:42:13 +02:00
parent 2f840200be
commit 69583d2e15
5 changed files with 70 additions and 0 deletions

View file

@ -66,6 +66,7 @@ setup(
'python-dateutil',
'cryptography',
'pyjwt',
'marshmallow',
],
extras_require={