Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.68.0
|
| 2 |
+
uvicorn>=0.15.0
|
| 3 |
+
python-multipart>=0.0.5
|
| 4 |
+
pandas>=1.3.0
|
| 5 |
+
pdfplumber>=0.6.0
|
| 6 |
+
fpdf2>=2.5.5
|
| 7 |
+
matplotlib>=3.4.0
|
| 8 |
+
torch>=1.9.0
|
| 9 |
+
transformers>=4.12.0
|
| 10 |
+
numpy>=1.21.0
|
| 11 |
+
python-dotenv>=0.19.0
|
| 12 |
+
unicodedata2>=14.0.0
|
| 13 |
+
httpx>=0.19.0
|
| 14 |
+
python-dateutil>=2.8.2
|