Skip to content

Commit

Permalink
🔧 fix: missing xlrd requirement for .xls files (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurian authored Sep 20, 2024
1 parent de369c2 commit 9c65628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.lite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ langchain-mongodb==0.1.3
cryptography==42.0.7
python-magic==0.4.27
python-pptx==0.6.23
xlrd==2.0.1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ langchain-mongodb==0.1.3
cryptography==42.0.7
python-magic==0.4.27
python-pptx==0.6.23
xlrd==2.0.1

0 comments on commit 9c65628

Please sign in to comment.