[IMP] pms-api-rest: add several fields reserv. line service

This commit is contained in:
miguelpadin
2021-12-28 15:16:05 +01:00
committed by Darío Lodeiros
parent 2a0d960184
commit c3fc102f0e
8 changed files with 28 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
"auth_jwt_login",
],
"external_dependencies": {
"python": ["jwt", "simplejson", "marshmallow"],
"python": ["jwt", "simplejson", "marshmallow", "jose"],
},
"data": ["data/auth_jwt_validator.xml"],
"installable": True,