Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask>=3.0.0
|
| 2 |
+
Flask-Cors>=3.0.0
|
| 3 |
+
Flask-SQLAlchemy>=3.0.0
|
| 4 |
+
pandas>=1.3.0
|
| 5 |
+
pdfplumber>=0.5.0
|
| 6 |
+
thefuzz[speedup]>=0.19.0
|
| 7 |
+
SQLAlchemy>=2.0.0
|
| 8 |
+
Werkzeug>=3.0.0
|
| 9 |
+
openpyxl>=3.0.0
|