Skip to content

Commit

Permalink
Add docx dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Sep 20, 2023
1 parent ef400ac commit 805f85f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
1 change: 0 additions & 1 deletion libs/superagent/app/api/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ async def send_message(
)

async for token in callback.aiter():
logging.info(f"Sending token: {token}")
yield f"data: {token}\n\n"

await task
Expand Down
29 changes: 14 additions & 15 deletions libs/superagent/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/superagent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gitpython = "^3.1.36"
python-pptx = "^0.6.22"
openpyxl = "^3.1.2"
unstructured = "^0.10.16"
docx = "^0.2.4"
python-docx = "^0.8.11"


[build-system]
Expand Down

0 comments on commit 805f85f

Please sign in to comment.