Update requirements.txt
Browse files- requirements.txt +5 -22
requirements.txt
CHANGED
|
@@ -1,28 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
-
fpdf2
|
| 3 |
-
transformers
|
| 4 |
-
gradio_client
|
| 5 |
-
torch
|
| 6 |
-
sentence-transformers
|
| 7 |
-
faiss-cpu
|
| 8 |
-
accelerate
|
| 9 |
requests
|
| 10 |
-
beautifulsoup4
|
| 11 |
-
markdown
|
| 12 |
Pillow
|
|
|
|
| 13 |
pandas
|
| 14 |
openpyxl
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 17 |
gTTS
|
| 18 |
-
|
| 19 |
-
gradio
|
| 20 |
-
pylint
|
| 21 |
-
fastapi
|
| 22 |
-
uvicorn
|
| 23 |
-
celery
|
| 24 |
-
redis
|
| 25 |
-
sqlalchemy
|
| 26 |
-
psycopg2-binary
|
| 27 |
-
gradio
|
| 28 |
-
huggingface_hub
|
|
|
|
| 1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
requests
|
|
|
|
|
|
|
| 3 |
Pillow
|
| 4 |
+
fpdf2
|
| 5 |
pandas
|
| 6 |
openpyxl
|
| 7 |
+
beautifulsoup4
|
| 8 |
+
huggingface_hub
|
| 9 |
+
qrcode
|
| 10 |
gTTS
|
| 11 |
+
pylint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|