Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -5,5 +5,12 @@ pandas
|
|
5 |
api-offres-emploi==0.0.2
|
6 |
plotly
|
7 |
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
gunicorn
|
9 |
flask
|
|
|
5 |
api-offres-emploi==0.0.2
|
6 |
plotly
|
7 |
python-dotenv
|
8 |
+
dash-bootstrap-components==0.13.1
|
9 |
+
langchain
|
10 |
+
langchain-huggingface
|
11 |
+
huggingface_hub
|
12 |
+
sentence-transformers
|
13 |
+
langchain-community
|
14 |
+
langchain-core
|
15 |
gunicorn
|
16 |
flask
|