Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -10,4 +10,11 @@ huggingface-hub
|
|
| 10 |
typing-extensions
|
| 11 |
supabase>=2.6.0
|
| 12 |
asyncpg
|
| 13 |
-
python-jose[cryptography]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
typing-extensions
|
| 11 |
supabase>=2.6.0
|
| 12 |
asyncpg
|
| 13 |
+
python-jose[cryptography]
|
| 14 |
+
python-docx==0.8.11
|
| 15 |
+
fpdf2
|
| 16 |
+
Pillow==10.0.0
|
| 17 |
+
requests
|
| 18 |
+
PyJWT
|
| 19 |
+
matplotlib
|
| 20 |
+
numpy
|