add dependencies for JWT support

This commit is contained in:
ІО-23 Шмуляр Олег 2024-12-29 18:20:18 +02:00
parent 589700e4d3
commit 729498db11
Signed by: hasslesstech
GPG Key ID: 09745A46126DDD4C
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apispec==6.8.0
blinker==1.8.2
click==8.1.7
Flask==3.0.3
Flask-JWT-Extended==4.7.1
Flask-Migrate==4.0.7
flask-smorest==0.45.0
Flask-SQLAlchemy==3.1.1
@ -14,6 +15,7 @@ MarkupSafe==2.1.5
marshmallow==3.23.2
packaging==24.2
psycopg2-binary==2.9.10
PyJWT==2.10.1
SQLAlchemy==2.0.36
typing_extensions==4.12.2
webargs==8.6.0