Skip to content

Commit 56f8fa1

Browse files
dnplkndllkobros-tech
authored andcommitted
[IMP] add external_dependencies
1 parent 467c86c commit 56f8fa1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

fastapi_auth_jwt/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1111
"maintainers": ["sbidoul"],
1212
"website": "https://github.com/OCA/rest-framework",
13+
"external_dependencies": {"python": ["pyjwt", "cryptography"]},
1314
"depends": [
1415
"fastapi",
1516
"auth_jwt",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
a2wsgi>=1.10.6
33
apispec
44
cerberus
5+
cryptography
56
fastapi>=0.110.0
67
parse-accept-language
8+
pyjwt
79
pyquerystring
810
python-multipart
911
ujson

0 commit comments

Comments
 (0)