Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.17.0
|
| 2 |
+
pandas==1.5.0
|
| 3 |
+
numpy==1.23.3
|
| 4 |
+
python-docx==0.8.11
|
| 5 |
+
PyPDF2==2.10.5
|