ReySajju742 commited on
Commit
1ddc7b8
·
verified ·
1 Parent(s): ba95293

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- Flask==2.3.2 # Flask framework
2
- Flask-Mail==0.9.1 # Extension for sending emails
3
- python-dotenv==1.0.0 # Load environment variables from a .env file
4
- gunicorn==22.0.0
 
 
 
1
+
2
+ Flask-Mail==0.9.1 # Extension for sending emails
3
+ Flask==2.1.3
4
+ requests==2.28.1
5
+ gunicorn==20.1.0 # Gunicorn is needed for production deployment
6
+ python-dotenv==0.21.0 # If you're using .env for API keys