1 parent 5ef5f32 commit c57264cCopy full SHA for c57264c
1 file changed
requirements/prod.txt
@@ -17,6 +17,7 @@ Flask-Migrate==4.0.7 # Handles database migrations with Alembic
17
18
# === Authentication and User Management ===
19
Flask-Login==0.6.3 # User session management for Flask
20
+PyJWT==2.8.0 # JSON Web Token implementation
21
22
# === Deployment ===
23
gevent==24.11.1 # Asynchronous networking library for concurrent requests
0 commit comments