Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
gradio
|
2 |
pdfminer.six
|
3 |
-
camelot-py
|
|
|
|
|
4 |
Pillow
|
|
|
1 |
gradio
|
2 |
pdfminer.six
|
3 |
+
camelot-py[cv] # or just camelot-py if you don't need the extra dependencies
|
4 |
+
tabula-py
|
5 |
+
pandas
|
6 |
Pillow
|