add JWT dependencies
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies = [
|
|||||||
"sqlalchemy>=2.0.40",
|
"sqlalchemy>=2.0.40",
|
||||||
"sqlmodel>=0.0.24",
|
"sqlmodel>=0.0.24",
|
||||||
"python-dotenv>=1.1.0",
|
"python-dotenv>=1.1.0",
|
||||||
"python-jose>=3.4.0",
|
"python-jose[cryptography]>=3.4.0",
|
||||||
"python-multipart>=0.0.20",
|
"python-multipart>=0.0.20",
|
||||||
"natsort>=8.4.0",
|
"natsort>=8.4.0",
|
||||||
"psycopg2-binary>=2.9.10",
|
"psycopg2-binary>=2.9.10",
|
||||||
@@ -28,4 +28,5 @@ dependencies = [
|
|||||||
"jinja2>=3.1.6",
|
"jinja2>=3.1.6",
|
||||||
"asyncpg>=0.30.0",
|
"asyncpg>=0.30.0",
|
||||||
"bcrypt>=4.3.0",
|
"bcrypt>=4.3.0",
|
||||||
|
"fastapi-jwt-auth>=0.5.0",
|
||||||
]
|
]
|
||||||
|
|||||||
Generated
+458
-319
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user