Skip to content

Commit

Permalink
added openpyxl as local dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emcf committed Apr 27, 2024
1 parent f24595f commit da82427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The input source is either a file path, a URL, or a directory. The pipe will ext
"content": [
{
"type": "text",
"text": "What’s in this image?"
"text": "..."
},
{
"type": "image_url",
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pillow
cssutils
beautifulsoup4
magika
python-dotenv
python-dotenv
openpyxl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='thepipe_api',
version='0.3.0',
version='0.3.1',
author='Emmett McFarlane',
author_email='[email protected]',
description='Automate information extraction for multimodal LLMs.',
Expand Down

0 comments on commit da82427

Please sign in to comment.