Spaces:
Running
Running
git python
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ fsspec==2023.10.0
|
|
8 |
aiohttp==3.11.15
|
9 |
aiohappyeyeballs==2.6.1
|
10 |
pandas==2.2.2
|
11 |
-
pyarrow==18.1.0
|
|
|
|
8 |
aiohttp==3.11.15
|
9 |
aiohappyeyeballs==2.6.1
|
10 |
pandas==2.2.2
|
11 |
+
pyarrow==18.1.0
|
12 |
+
GitPython>=3.1.0
|