add JWT dependencies

This commit is contained in:
Thomas Peetz
2025-10-17 22:14:32 +02:00
parent 92cd9be8ec
commit 09c2a350e4
2 changed files with 460 additions and 320 deletions
+2 -1
View File
@@ -18,7 +18,7 @@ dependencies = [
"sqlalchemy>=2.0.40",
"sqlmodel>=0.0.24",
"python-dotenv>=1.1.0",
"python-jose>=3.4.0",
"python-jose[cryptography]>=3.4.0",
"python-multipart>=0.0.20",
"natsort>=8.4.0",
"psycopg2-binary>=2.9.10",
@@ -28,4 +28,5 @@ dependencies = [
"jinja2>=3.1.6",
"asyncpg>=0.30.0",
"bcrypt>=4.3.0",
"fastapi-jwt-auth>=0.5.0",
]
+458 -319
View File
File diff suppressed because it is too large Load Diff