itsluckysharma01 commited on
Commit
9a14063
·
1 Parent(s): 1e78526

Added Flask extensions

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -34,4 +34,7 @@ aiofiles>=23.2.1
34
  huggingface-hub>=0.16.0
35
 
36
  # Production Server
37
- gunicorn>=21.2.0
 
 
 
 
34
  huggingface-hub>=0.16.0
35
 
36
  # Production Server
37
+ gunicorn>=21.2.0
38
+ flask-sqlalchemy
39
+ flask-login
40
+ flask-cors