Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
flask
|
|
|
2 |
langchain==0.0.353
|
3 |
pypdf==3.17.4
|
4 |
spacy==3.7.2
|
|
|
1 |
flask
|
2 |
+
gunicorn
|
3 |
langchain==0.0.353
|
4 |
pypdf==3.17.4
|
5 |
spacy==3.7.2
|