qdqd commited on
Commit
5afcc56
·
verified ·
1 Parent(s): 2e4802f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- g4f[all]
2
- chainlit
3
  Flask==2.2.2
 
4
  gunicorn==20.1.0 # Optional: A WSGI server to run your app
 
 
 
 
1
  Flask==2.2.2
2
+ Werkzeug==2.2.2 # Ensure you use a compatible version
3
  gunicorn==20.1.0 # Optional: A WSGI server to run your app
4
+ g4f[all]