DSatishchandra commited on
Commit
4e23edb
·
verified ·
1 Parent(s): 8b604e8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- Flask==2.2.3
2
  simple-salesforce==1.11.2
3
  gradio==3.7
4
  bcrypt==4.0.1
5
  httpx==0.18.2
6
- werkzeug==2.0.3
 
 
 
 
1
  simple-salesforce==1.11.2
2
  gradio==3.7
3
  bcrypt==4.0.1
4
  httpx==0.18.2
5
+ Flask>=2.2.3,<3.0
6
+ Werkzeug>=2.2.2,<3.0
7
+