Spaces:
Sleeping
Sleeping
Commit ·
4f22514
1
Parent(s): c7e153e
Update requirements.txt
Browse files- requirements.txt +15 -4
requirements.txt
CHANGED
|
@@ -3,12 +3,23 @@ huggingface_hub
|
|
| 3 |
langchain
|
| 4 |
python-dotenv
|
| 5 |
Requests
|
| 6 |
-
streamlit
|
| 7 |
-
streamlit_chat
|
| 8 |
flask
|
| 9 |
gunicorn
|
| 10 |
altair
|
| 11 |
-
streamlit_extras
|
| 12 |
uvicorn
|
| 13 |
#gunicorn py_file_name:api_name
|
| 14 |
-
#uvicorn py_file_name:api_name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
langchain
|
| 4 |
python-dotenv
|
| 5 |
Requests
|
| 6 |
+
#streamlit
|
| 7 |
+
#streamlit_chat
|
| 8 |
flask
|
| 9 |
gunicorn
|
| 10 |
altair
|
| 11 |
+
#streamlit_extras
|
| 12 |
uvicorn
|
| 13 |
#gunicorn py_file_name:api_name
|
| 14 |
+
#uvicorn py_file_name:api_name
|
| 15 |
+
#fastapi[all]
|
| 16 |
+
#uvicorn[standard]
|
| 17 |
+
scikit-learn
|
| 18 |
+
pandas
|
| 19 |
+
#fastapi[all]
|
| 20 |
+
#uvicorn[standard]
|
| 21 |
+
#scikit-learn==1.2.2
|
| 22 |
+
#pandas
|
| 23 |
+
flask
|
| 24 |
+
fastapi
|
| 25 |
+
pydantic
|