Mangesh223 commited on
Commit
eeff08a
·
verified ·
1 Parent(s): ec1a925

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- Flask==2.0.3
2
- Werkzeug==2.0.3
3
- Flask-JWT-Extended==4.3.1
4
- python-dotenv==0.19.0
5
- passlib==1.7.4
 
 
 
1
+ fastapi==0.95.2
2
+ uvicorn==0.22.0
3
+ passlib==1.7.4
4
+ python-jose==3.3.0
5
+ python-multipart==0.0.6
6
+ gradio==3.34.0
7
+ requests==2.28.2