Skip to content

Commit 9c65628

Browse files
authored
🔧 fix: missing xlrd requirement for .xls files (#72)
1 parent de369c2 commit 9c65628

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.lite.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ langchain-mongodb==0.1.3
2727
cryptography==42.0.7
2828
python-magic==0.4.27
2929
python-pptx==0.6.23
30+
xlrd==2.0.1

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ langchain-mongodb==0.1.3
2828
cryptography==42.0.7
2929
python-magic==0.4.27
3030
python-pptx==0.6.23
31+
xlrd==2.0.1

0 commit comments

Comments
 (0)