Spaces:
Build error
Build error
FIX: Correct bulk API usage for insert/update operations
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ openpyxl>=3.1.2
|
|
5 |
xlsxwriter>=3.1.9
|
6 |
python-dotenv>=1.0.0
|
7 |
requests>=2.31.0
|
8 |
-
numpy>=1.25.0
|
|
|
|
5 |
xlsxwriter>=3.1.9
|
6 |
python-dotenv>=1.0.0
|
7 |
requests>=2.31.0
|
8 |
+
numpy>=1.25.0
|
9 |
+
faker>=20.1.0
|