Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
pysqlite3-wheels
|
3 |
-
mistralai
|
4 |
-
requests
|
5 |
-
python-dotenv
|
6 |
-
psycopg2-binary
|
7 |
-
streamlit_option_menu
|
8 |
-
langdetect
|
|
|
|
1 |
+
streamlit
|
2 |
+
pysqlite3-wheels
|
3 |
+
mistralai
|
4 |
+
requests
|
5 |
+
python-dotenv
|
6 |
+
psycopg2-binary
|
7 |
+
streamlit_option_menu
|
8 |
+
langdetect
|
9 |
+
werkzeug
|